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(tpos, pos, member);
11
ARGUMENTS
13tpos
14the type * to use as a loop cursor.
1516
pos
17the struct hlist_node to use as a loop cursor.
1819
member
20the name of the hlist_node within the struct.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 HLIST_FOR_EACH_ENTRY(9)