1LIST_ENTRY(9) Data Types LIST_ENTRY(9)
23
4
NAME
6list_entry - get the struct for this entry
7
SYNOPSIS
9list_entry(ptr, type, member);
10
ARGUMENTS
12ptr
13the struct list_head pointer.
1415
type
16the type of the struct this is embedded in.
1718
member
19the name of the list_struct within the struct.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 LIST_ENTRY(9)