Searched refs:QSIMPLEQ_EMPTY (Results 1 - 1 of 1) sorted by relevance

/external/qemu/include/qemu/
H A Dqueue.h295 if (!QSIMPLEQ_EMPTY((head2))) { \
303 (QSIMPLEQ_EMPTY((head)) ? \
311 #define QSIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro

Completed in 35 milliseconds