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

NAME

6       list_for_each_prev_safe - iterate over a list backwards safe against
7       removal of list entry
8

SYNOPSIS

10       list_for_each_prev_safe(pos, n, head);
11

ARGUMENTS

13       pos
14           the struct list_head to use as a loop cursor.
15
16       n
17           another struct list_head to use as temporary storage
18
19       head
20           the head for your list.
21
23Kernel Hackers Manual 3.10         June 2019           LIST_FOR_EACH_PREV_S(9)
Impressum