Home
last modified time | relevance | path

Searched refs:TestBlockJob (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/unit/
H A Dtest-blockjob-txn.c26 } TestBlockJob; typedef
30 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_block_job_run()
48 TestBlockJob *job;
64 .instance_size = sizeof(TestBlockJob),
83 TestBlockJob *s; in test_block_job_start()
H A Dtest-block-iothread.c498 typedef struct TestBlockJob { struct
502 } TestBlockJob; argument
512 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_run()
534 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_complete()
540 .instance_size = sizeof(TestBlockJob),
555 TestBlockJob *tjob; in test_attach_blockjob()
H A Dtest-bdrv-drain.c630 typedef struct TestBlockJob { struct
639 } TestBlockJob; argument
643 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_prepare()
652 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_commit()
660 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_abort()
668 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_run()
689 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_complete()
695 .instance_size = sizeof(TestBlockJob),
725 TestBlockJob *tjob; in test_blockjob_common_drain_node()