Searched defs:SLIST_EMPTY (Results 1 – 6 of 6) 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
203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
187 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro