1HLIST_FOR_EACH_ENTRY(9) Data Types HLIST_FOR_EACH_ENTRY(9)
23
4
NAME
6hlist_for_each_entry - iterate over list of given type
7
SYNOPSIS
9hlist_for_each_entry(tpos, pos, head, member);
10
ARGUMENTS
12tpos
13the type * to use as a loop cursor.
1415
pos
16the struct hlist_node to use as a loop cursor.
1718
head
19the head for your list.
2021
member
22the name of the hlist_node within the struct.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 HLIST_FOR_EACH_ENTRY(9)