Searched defs:SLIST_EMPTY (Results 1 – 2 of 2) sorted by relevance
204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
163 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro