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

NAME

6       list_for_each_entry_from - iterate over list of given type from the
7       current point
8

SYNOPSIS

10       list_for_each_entry_from(pos, head, member);
11

ARGUMENTS

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

DESCRIPTION

23       Iterate over list of given type, continuing from current position.
24
26Kernel Hackers Manual 3.10         June 2019           LIST_FOR_EACH_ENTRY_(9)
Impressum