Home
last modified time | relevance | path

Searched refs:job_enter (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/unit/
H A Dtest-blockjob.c287 job_enter(job); in test_cancel_paused()
304 job_enter(job); in test_cancel_ready()
321 job_enter(job); in test_cancel_standby()
326 job_enter(job); in test_cancel_standby()
343 job_enter(job); in test_cancel_pending()
348 job_enter(job); in test_cancel_pending()
370 job_enter(job); in test_cancel_concluded()
375 job_enter(job); in test_cancel_concluded()
H A Dtest-blockjob-txn.c233 job_enter(&job2->job); in test_pair_jobs_fail_cancel_race()
234 job_enter(&job2->job); in test_pair_jobs_fail_cancel_race()
/qemu/
H A Djob.c382 job_enter(job); in job_sleep_timer_cb()
557 void job_enter(Job *job) in job_enter() function
1257 (job_enter(job), !job_is_completed(job))); in job_finish_sync_locked()
/qemu/include/qemu/
H A Djob.h476 void job_enter(Job *job);
/qemu/block/
H A Dbackup.c144 job_enter(&s->common.job); in backup_block_copy_callback()