Searched refs:QLIST_FOREACH_SAFE (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | iohandler.c | 118 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { in qemu_iohandler_poll() 157 QLIST_FOREACH_SAFE(rec, &child_watches, next, next) { in sigchld_bh_handler()
|
D | arch_init.c | 241 QLIST_FOREACH_SAFE(block, &ram_list.blocks, next, nblock) { in sort_ram_list()
|
D | qemu-queue.h | 137 #define QLIST_FOREACH_SAFE(var, head, field, next_var) \ macro
|
/external/qemu/block/ |
D | qcow2.c | 546 QLIST_FOREACH_SAFE(req, &m->dependent_requests, next_depend, next) { in run_dependent_requests()
|