Home
last modified time | relevance | path

Searched defs:TAILQ_EMPTY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h332 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) macro