Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h185 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h588 #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) macro