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

NAME

6       list_is_last - tests whether list is the last entry in list head
7

SYNOPSIS

9       int list_is_last(const struct list_head * list,
10                        const struct list_head * head);
11

ARGUMENTS

13       list
14           the entry to test
15
16       head
17           the head of the list
18
20Kernel Hackers Manual 3.10         June 2019                   LIST_IS_LAST(9)
Impressum