Lines Matching defs:job
641 static int test_job_prepare(Job *job) in test_job_prepare()
650 static void test_job_commit(Job *job) in test_job_commit()
658 static void test_job_abort(Job *job) in test_job_abort()
666 static int coroutine_fn test_job_run(Job *job, Error **errp) in test_job_run()
687 static void test_job_complete(Job *job, Error **errp) in test_job_complete()
724 BlockJob *job; in test_blockjob_common_drain_node() local
1436 static int coroutine_fn test_drop_backing_job_run(Job *job, Error **errp) in test_drop_backing_job_run()
1448 static void test_drop_backing_job_commit(Job *job) in test_drop_backing_job_commit()
1535 TestDropBackingBlockJob *job; in test_blockjob_commit_by_drained_end() local
1582 static int coroutine_fn test_simple_job_run(Job *job, Error **errp) in test_simple_job_run()
1593 static void test_simple_job_clean(Job *job) in test_simple_job_clean()
1678 TestSimpleBlockJob *job; in test_drop_intermediate_poll() local