1LIST_PREV_ENTRY(9) Data Types LIST_PREV_ENTRY(9)
23
4
NAME
6list_prev_entry - get the prev element in list
7
SYNOPSIS
9list_prev_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_PREV_ENTRY(9)