other versions
- stretch 4.9.168-1
LIST_FOR_EACH_ENTRY(9) | Data Types | LIST_FOR_EACH_ENTRY(9) |
NAME¶
list_for_each_entry - iterate over list of given typeSYNOPSIS¶
list_for_each_entry(pos, head, member);
ARGUMENTS¶
posthe type * to use as a loop cursor.
head
the head for your list.
member
the name of the list_head within the struct.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |