Searched refs:QSLIST_FOREACH_SAFE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/util/ |
H A D | transactions.c | 70 QSLIST_FOREACH_SAFE(act, &tran->actions, entry, next) { in tran_abort() 91 QSLIST_FOREACH_SAFE(act, &tran->actions, entry, next) { in tran_commit()
|
H A D | qemu-coroutine.c | 84 QSLIST_FOREACH_SAFE(co, &batch->list, pool_next, tmp) { in coroutine_pool_batch_delete() 97 QSLIST_FOREACH_SAFE(batch, local_pool, next, tmp) { in local_pool_cleanup()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 206 QSLIST_FOREACH_SAFE(tmp, edgelist, edge_list, next) { in search_list_edges() 420 QSLIST_FOREACH_SAFE(e, list, edge_list, next) { in qos_traverse_graph() 690 QSLIST_FOREACH_SAFE(e, elist, edge_list, next) { in qos_graph_node_set_availability_explicit() 722 QSLIST_FOREACH_SAFE(e, elist, edge_list, next) { in qos_graph_node_set_availability() 823 QSLIST_FOREACH_SAFE(e, list, edge_list, next) { in qos_dump_graph()
|
/openbmc/qemu/block/ |
H A D | accounting.c | 71 QSLIST_FOREACH_SAFE(s, &stats->intervals, entries, next) { in block_acct_cleanup()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 256 #define QSLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 712 QSLIST_FOREACH_SAFE(kd, &kvm_devices_head, entries, tkd) { in kvm_arm_machine_init_done()
|