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

NAME

6       list_for_each_entry_safe_reverse - iterate backwards over list safe
7       against removal
8

SYNOPSIS

10       list_for_each_entry_safe_reverse(pos, n, head, member);
11

ARGUMENTS

13       pos
14           the type * to use as a loop cursor.
15
16       n
17           another type * to use as temporary storage
18
19       head
20           the head for your list.
21
22       member
23           the name of the list_struct within the struct.
24

DESCRIPTION

26       Iterate backwards over list of given type, safe against removal of list
27       entry.
28
30Kernel Hackers Manual 3.10         June 2019           LIST_FOR_EACH_ENTRY_(9)
Impressum