1LIST_ENTRY(9)                     Data Types                     LIST_ENTRY(9)
2
3
4

NAME

6       list_entry - get the struct for this entry
7

SYNOPSIS

9       list_entry(ptr, type, member);
10

ARGUMENTS

12       ptr
13           the struct list_head pointer.
14
15       type
16           the type of the struct this is embedded in.
17
18       member
19           the name of the list_struct within the struct.
20
22Kernel Hackers Manual 3.10         June 2019                     LIST_ENTRY(9)
Impressum