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

NAME

6       hlist_for_each_entry - iterate over list of given type
7

SYNOPSIS

9       hlist_for_each_entry(tpos, pos, head, member);
10

ARGUMENTS

12       tpos
13           the type * to use as a loop cursor.
14
15       pos
16           the struct hlist_node to use as a loop cursor.
17
18       head
19           the head for your list.
20
21       member
22           the name of the hlist_node within the struct.
23
25Kernel Hackers Manual 2.6.         June 2019           HLIST_FOR_EACH_ENTRY(9)
Impressum