Searched defs:list_empty (Results 1 – 7 of 7) sorted by relevance
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
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