Man page 9 : list_for_each_entry_reverse Table des matières 1. NAME 2. SYNOPSIS 3. ARGUMENTS 4. COPYRIGHT "LIST_FOR_EACH_ENTRY_" "9" "August 2013" "Kernel Hackers Manual 3.10" "Data Types" Page d'accueil du man Cette page de documentation est issue d'une conversion automatique de developpez.com. Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon. N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires . Article lu fois. L'article Publié le 27 août 2013 1. NAME▲ list_for_each_entry_reverse - iterate backwards over list of given type. 2. SYNOPSIS ▲ list_for_each_entry_reverse( pos , head , member ); 3. ARGUMENTS ▲ pos the type * to use as a loop cursor. head the head for your list. member the name of the list_struct within the struct. 4. COPYRIGHT ▲