other versions
LIST_ENTRY(9) | Data Types | LIST_ENTRY(9) |
NAME¶
list_entry - get the struct for this entry
SYNOPSIS¶
list_entry(ptr, type, member);
ARGUMENTS¶
ptr
the struct list_head pointer.
type
the type of the struct this is embedded in.
member
the name of the list_head within the struct.
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |