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

NAME

6       list_prepare_entry - prepare a pos entry for use in
7       list_for_each_entry_continue
8

SYNOPSIS

10       list_prepare_entry(pos, head, member);
11

ARGUMENTS

13       pos
14           the type * to use as a start point
15
16       head
17           the head of the list
18
19       member
20           the name of the list_struct within the struct.
21

DESCRIPTION

23       Prepares a pos entry for use as a start point in
24       list_for_each_entry_continue.
25
27Kernel Hackers Manual 3.10         June 2019             LIST_PREPARE_ENTRY(9)
Impressum