Searched defs:STAILQ_EMPTY (Results 1 – 4 of 4) sorted by relevance
104 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
237 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
316 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
384 #define STAILQ_EMPTY(head) ({ \ macro