Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h217 #define STAILQ_LAST(head) (*(head)->stqh_last) macro
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h652 #define STAILQ_LAST(head, type, field) \ macro