Home
last modified time | relevance | path

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

/openbmc/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-bdrv-drain.c630 typedef struct TestBlockJob { struct
637 } TestBlockJob; argument
641 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_prepare()
650 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_commit()
658 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_abort()
666 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_run()
687 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_complete()
693 .instance_size = sizeof(TestBlockJob),
723 TestBlockJob *tjob; in test_blockjob_common_drain_node()
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()