Searched refs:SLIST_EMPTY (Results 1 – 2 of 2) sorted by relevance
50 #undef SLIST_EMPTY197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro