Searched defs:SLIST_EMPTY (Results 1 – 6 of 6) sorted by relevance
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
197 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
227 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro