Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c1558 typedef struct TestSimpleBlockJob { struct
1562 } TestSimpleBlockJob; argument
1566 TestSimpleBlockJob *s = container_of(job, TestSimpleBlockJob, common.job); in test_simple_job_run()
1577 TestSimpleBlockJob *s = container_of(job, TestSimpleBlockJob, common.job); in test_simple_job_clean()
1583 .instance_size = sizeof(TestSimpleBlockJob),
1660 TestSimpleBlockJob *job; in test_drop_intermediate_poll()