Home
last modified time | relevance | path

Searched defs:LIST_EMPTY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h484 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h450 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h458 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) macro