1__LIST_FOR_EACH(9) Data Types __LIST_FOR_EACH(9)
23
4
NAME
6__list_for_each - iterate over a list
7
SYNOPSIS
9__list_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
DESCRIPTION
19This variant doesn´t differ from list_for_each any more. We don´t do
20prefetching in either case.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 __LIST_FOR_EACH(9)