Home
last modified time | relevance | path

Searched refs:job_txn_new (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/unit/
H A Dtest-blockjob-txn.c115 txn = job_txn_new(); in test_single_job()
156 txn = job_txn_new(); in test_pair_jobs()
220 txn = job_txn_new(); in test_pair_jobs_fail_cancel_race()
/qemu/include/qemu/
H A Djob.h363 JobTxn *job_txn_new(void);
/qemu/
H A Djob.c114 JobTxn *job_txn_new(void) in job_txn_new() function
442 txn = job_txn_new(); in job_create()
H A Dblockdev.c2182 block_job_txn = job_txn_new(); in qmp_transaction()