other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
LIST_ENTRY(9) | Data Types | LIST_ENTRY(9) |
NAME¶
list_entry - get the struct for this entrySYNOPSIS¶
list_entry(ptr,
type, member);
ARGUMENTS¶
ptrthe struct list_head pointer.
type
the type of the struct this is embedded
in.
member
the name of the list_struct within the
struct.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |