Searched defs:list_empty (Results 1 – 5 of 5) sorted by relevance
49 list_empty(struct list_head *head) { in list_empty() function
154 list_empty(list_t *list) in list_empty() function
237 list_empty(struct list_head *head) in list_empty() function
44 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
92 list_empty(const struct list_head *head) in list_empty() function