list_empty(9) tests whether a list is empty

SYNOPSIS

int list_empty(const struct list_head * head);

ARGUMENTS

head

the list to test.

COPYRIGHT