Scroll to navigation

LIST_EMPTY(9) Data Types LIST_EMPTY(9)

NAME

list_empty - tests whether a list is empty

SYNOPSIS

int list_empty(const struct list_head * head);

ARGUMENTS

const struct list_head * head

the list to test.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11