1LIST_EMPTY(9) Data Types LIST_EMPTY(9) 2 3 4
LIST_EMPTY(9) Data Types LIST_EMPTY(9)
6 list_empty - tests whether a list is empty 7
list_empty - tests whether a list is empty
9 int list_empty(const struct list_head * head); 10
int list_empty(const struct list_head * head);
12 head 13 the list to test. 14
head
the list to test.
16Kernel Hackers Manual 2.6. June 2019 LIST_EMPTY(9)
Kernel Hackers Manual 2.6. June 2019 LIST_EMPTY(9)