Home
last modified time | relevance | path

Searched refs:QSLIST_FOREACH_SAFE (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/util/
H A Dtransactions.c70 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 Dqemu-coroutine.c84 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 Dqgraph.c206 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 Daccounting.c71 QSLIST_FOREACH_SAFE(s, &stats->intervals, entries, next) { in block_acct_cleanup()
/openbmc/qemu/include/qemu/
H A Dqueue.h256 #define QSLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/openbmc/qemu/target/arm/
H A Dkvm.c703 QSLIST_FOREACH_SAFE(kd, &kvm_devices_head, entries, tkd) { in kvm_arm_machine_init_done()