Lines Matching defs:job
645 static int test_job_prepare(Job *job) in test_job_prepare()
654 static void test_job_commit(Job *job) in test_job_commit()
662 static void test_job_abort(Job *job) in test_job_abort()
670 static int coroutine_fn test_job_run(Job *job, Error **errp) in test_job_run()
691 static void test_job_complete(Job *job, Error **errp) in test_job_complete()
728 BlockJob *job; in test_blockjob_common_drain_node() local
1428 static int coroutine_fn test_drop_backing_job_run(Job *job, Error **errp) in test_drop_backing_job_run()
1440 static void test_drop_backing_job_commit(Job *job) in test_drop_backing_job_commit()
1529 TestDropBackingBlockJob *job; in test_blockjob_commit_by_drained_end() local
1578 static int coroutine_fn test_simple_job_run(Job *job, Error **errp) in test_simple_job_run()
1589 static void test_simple_job_clean(Job *job) in test_simple_job_clean()
1674 TestSimpleBlockJob *job; in test_drop_intermediate_poll() local