Searched refs:TestBlockJob (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-blockjob-txn.c | 26 } 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 D | test-block-iothread.c | 498 typedef struct TestBlockJob { struct 502 } TestBlockJob; typedef 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 D | test-bdrv-drain.c | 634 typedef struct TestBlockJob { struct 643 } TestBlockJob; argument 647 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_prepare() 656 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_commit() 664 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_abort() 672 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_run() 693 TestBlockJob *s = container_of(job, TestBlockJob, common.job); in test_job_complete() 699 .instance_size = sizeof(TestBlockJob), 729 TestBlockJob *tjob; in test_blockjob_common_drain_node()
|