Searched defs:SLIST_EMPTY (Results 1 – 3 of 3) sorted by relevance
125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
110 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
120 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro