Searched defs:list_empty (Results 1 – 5 of 5) sorted by relevance
15 #define list_empty(l) ( (l)->next == l ) macro
33 #define list_empty(p) \ macro
38 #define list_empty(a) ((a)->list_head.next == &(a)->list_head) macro
38 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
98 list_empty(const struct list_head *head) in list_empty() function