table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
LIST_FIRST_ENTRY_OR_(9) | Data Types | LIST_FIRST_ENTRY_OR_(9) |
NAME¶
list_first_entry_or_null - get the first element from a listSYNOPSIS¶
list_first_entry_or_null(ptr,
type, member);
ARGUMENTS¶
ptrthe list head to take the element from.
type
the type of the struct this is embedded
in.
member
the name of the list_struct within the
struct.
DESCRIPTION¶
Note that if the list is empty, it returns NULL.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |