Searched defs:STAILQ_EMPTY (Results 1 – 3 of 3) sorted by relevance
300 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
317 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
347 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro