Searched defs:SLIST_EMPTY (Results 1 – 4 of 4) sorted by relevance
66 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
186 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
188 #define SLIST_EMPTY(head) ((head)->slh_first == SLIST_END(head)) macro