Searched defs:SLIST_EMPTY (Results 1 – 7 of 7) sorted by relevance
48 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
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
288 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro