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

/external/qemu/include/qapi/qmp/
H A Dqlist.h60 return QTAILQ_NEXT(entry, next);
/external/qemu/include/qom/
H A Dcpu.h98 #define CPU_NEXT(cpu) QTAILQ_NEXT(cpu, node)
/external/qemu/
H A Dcpus.c225 for (; next_cpu != NULL; next_cpu = QTAILQ_NEXT(next_cpu, node)) {\
H A Darch_init.c164 block = QTAILQ_NEXT(block, next);
H A Dgdbstub.c1846 s->query_cpu = QTAILQ_NEXT(ENV_GET_CPU(s->query_cpu), node)->env_ptr;
H A Dblock.c1439 return QTAILQ_NEXT(bs, list);
/external/qemu/include/qemu/
H A Dqueue.h407 #define QTAILQ_NEXT(elm, field) ((elm)->field.tqe_next) macro
/external/qemu/target-i386/
H A Dmisc_helper.c552 if (cpu->cpu_index != 0 || QTAILQ_NEXT(cpu, node) != NULL) {
/external/qemu/hw/i386/
H A Dpc.c156 cpu = QTAILQ_NEXT(cpu, node);

Completed in 2561 milliseconds