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

NAME

6       hlist_for_each_entry_from - iterate over a hlist continuing from
7       current point
8

SYNOPSIS

10       hlist_for_each_entry_from(tpos, pos, member);
11

ARGUMENTS

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