1HLIST_FOR_EACH_ENTRY(9) Data Types HLIST_FOR_EACH_ENTRY(9)
23
4
NAME
6hlist_for_each_entry_safe - iterate over list of given type safe
7against removal of list entry
8
SYNOPSIS
10hlist_for_each_entry_safe(pos, n, head, member);
11
ARGUMENTS
13pos
14the type * to use as a loop cursor.
1516
n
17another struct hlist_node to use as temporary storage
1819
head
20the head for your list.
2122
member
23the name of the hlist_node within the struct.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 HLIST_FOR_EACH_ENTRY(9)