Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/include/xen-external/
A Dbsd-sys-queue.h244 if (!STAILQ_EMPTY((head2))) { \
251 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
290 (STAILQ_EMPTY((head)) ? \
330 if (STAILQ_EMPTY(head1)) \
332 if (STAILQ_EMPTY(head2)) \

Completed in 4 milliseconds