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

NAME

6       hlist_for_each_entry_safe - iterate over list of given type safe
7       against removal of list entry
8

SYNOPSIS

10       hlist_for_each_entry_safe(pos, n, head, member);
11

ARGUMENTS

13       pos
14           the type * to use as a loop cursor.
15
16       n
17           another struct hlist_node to use as temporary storage
18
19       head
20           the head for your list.
21
22       member
23           the name of the hlist_node within the struct.
24
26Kernel Hackers Manual 3.10         June 2019           HLIST_FOR_EACH_ENTRY(9)
Impressum