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

NAME

6       list_for_each_prev - iterate over a list backwards
7

SYNOPSIS

9       list_for_each_prev(pos, head);
10

ARGUMENTS

12       pos
13           the struct list_head to use as a loop cursor.
14
15       head
16           the head for your list.
17
19Kernel Hackers Manual 3.10         June 2019             LIST_FOR_EACH_PREV(9)
Impressum