1HLIST_FOR_EACH_ENTRY(9) Data Types HLIST_FOR_EACH_ENTRY(9)
23
4
NAME
6hlist_for_each_entry_continue - iterate over a hlist continuing after
7current point
8
SYNOPSIS
10hlist_for_each_entry_continue(pos, member);
11
ARGUMENTS
13pos
14the type * to use as a loop cursor.
1516
member
17the name of the hlist_node within the struct.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 HLIST_FOR_EACH_ENTRY(9)