1LIST_IS_SINGULAR(9) Data Types LIST_IS_SINGULAR(9)
23
4
NAME
6list_is_singular - tests whether a list has just one entry.
7
SYNOPSIS
9int list_is_singular(const struct list_head * head);
10
ARGUMENTS
12head
13the list to test.
14
COPYRIGHT
16Kernel Hackers Manual 2.6. June 2019 LIST_IS_SINGULAR(9)