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(pos, head, member);
10
ARGUMENTS
12pos
13the type * to use as a loop cursor.
1415
head
16the head for your list.
1718
member
19the name of the hlist_node within the struct.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 HLIST_FOR_EACH_ENTRY(9)