1HLIST_FOR_EACH_ENTRY(9)           Data Types           HLIST_FOR_EACH_ENTRY(9)
2
3
4

NAME

6       hlist_for_each_entry_continue - iterate over a hlist continuing after
7       current point
8

SYNOPSIS

10       hlist_for_each_entry_continue(pos, member);
11

ARGUMENTS

13       pos
14           the type * to use as a loop cursor.
15
16       member
17           the name of the hlist_node within the struct.
18
20Kernel Hackers Manual 3.10         June 2019           HLIST_FOR_EACH_ENTRY(9)
Impressum