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

/external/qemu/
H A Dqlist.c92 if (qlist == NULL || QTAILQ_EMPTY(&qlist->head)) {
110 if (qlist == NULL || QTAILQ_EMPTY(&qlist->head)) {
123 return QTAILQ_EMPTY(&qlist->head);
H A Dqemu-queue.h332 #define QTAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/external/qemu/target-arm/
H A Dtranslate.c8937 if (unlikely(!QTAILQ_EMPTY(&env->breakpoints))) {

Completed in 92 milliseconds