Searched defs:SLIST_EMPTY (Results 1 – 4 of 4) sorted by relevance
125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro