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.