1LIST_FOR_EACH(9) Data Types LIST_FOR_EACH(9)
23
4
NAME
6list_for_each - iterate over a list
7
SYNOPSIS
9list_for_each(pos, head);
10
ARGUMENTS
12pos
13the struct list_head to use as a loop cursor.
1415
head
16the head for your list.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 LIST_FOR_EACH(9)