1LIST_NEXT_ENTRY(9) Data Types LIST_NEXT_ENTRY(9)
23
4
NAME
6list_next_entry - get the next element in list
7
SYNOPSIS
9list_next_entry(pos, member);
10
ARGUMENTS
12pos
13the type * to cursor
1415
member
16the name of the list_struct within the struct.
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 LIST_NEXT_ENTRY(9)