Searched defs:SLIST_EMPTY (Results 1 – 4 of 4) sorted by relevance
68 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
198 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
251 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro