Searched defs:list_empty (Results 1 – 9 of 9) sorted by relevance
97 #define list_empty(head) ((head)->next == head) macro
150 list_empty(list_t *list) in list_empty() function
46 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
673 boolean_t list_empty = 1; in topo_node_facility() local
95 #define list_empty(list) (list_head(list) == NULL) macro
108 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
179 #define list_empty(l) ((l)->list_next == (l)) macro
174 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
70 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro