1LIST_IS_LAST(9) Data Types LIST_IS_LAST(9)
23
4
NAME
6list_is_last - tests whether list is the last entry in list head
7
SYNOPSIS
9int list_is_last(const struct list_head * list,
10const struct list_head * head);
11
ARGUMENTS
13list
14the entry to test
1516
head
17the head of the list
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 LIST_IS_LAST(9)