1LIST_FOR_EACH_PREV_S(9) Data Types LIST_FOR_EACH_PREV_S(9)
23
4
NAME
6list_for_each_prev_safe - iterate over a list backwards safe against
7removal of list entry
8
SYNOPSIS
10list_for_each_prev_safe(pos, n, head);
11
ARGUMENTS
13pos
14the struct list_head to use as a loop cursor.
1516
n
17another struct list_head to use as temporary storage
1819
head
20the head for your list.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 LIST_FOR_EACH_PREV_S(9)