Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/sys/
H A Dqueue.h333 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/titanic_51/usr/src/boot/sys/sys/
H A Dqueue.h299 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro