list_empty — tests whether a list is empty
int list_empty (const struct list_head * head);
int list_empty (
)
head
the list to test.