list_empty
(9)
Tests whether a list is empty
Carta.tech
Man Pages
Kernel routines
list_empty: Tests whether a list is empty
Carta.tech
Packages
linux-manual-3.16
list_empty: Tests whether a list is empty
SYNOPSIS
int list_empty(const struct list_head *
head
);
ARGUMENTS
head
the list to test.
COPYRIGHT
←
list_del_init.9: Deletes entry from list and reinitialize it.
list_empty_careful.9: Tests whether a list is empty and not being modified
→