Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 3 of 3) sorted by relevance

/sys/kern/
Dwaitchannel.c42 ASSERT(TAILQ_EMPTY(&wchan->chanQueue)); in WaitChannel_Destroy()
Dprocess.c228 while (!TAILQ_EMPTY(&p->zombieQueue)) { in Process_Wait()
/sys/include/
Dqueue.h513 if (!TAILQ_EMPTY(head) && \
543 if (!TAILQ_EMPTY(head2)) { \
553 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro