1LIST_PREPARE_ENTRY(9) Data Types LIST_PREPARE_ENTRY(9)
23
4
NAME
6list_prepare_entry - prepare a pos entry for use in
7list_for_each_entry_continue
8
SYNOPSIS
10list_prepare_entry(pos, head, member);
11
ARGUMENTS
13pos
14the type * to use as a start point
1516
head
17the head of the list
1819
member
20the name of the list_struct within the struct.
21
DESCRIPTION
23Prepares a pos entry for use as a start point in
24list_for_each_entry_continue.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 LIST_PREPARE_ENTRY(9)