Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-bdrv-drain.c512 bdrv_dec_in_flight(data->bs); /* incremented by test_iothread_common() */ in test_iothread_main_thread_bh()
524 static void test_iothread_common(enum drain_type drain_type, int drain_thread) in test_iothread_common() function
619 test_iothread_common(BDRV_DRAIN_ALL, 0); in test_iothread_drain_all()
620 test_iothread_common(BDRV_DRAIN_ALL, 1); in test_iothread_drain_all()
625 test_iothread_common(BDRV_DRAIN, 0); in test_iothread_drain()
626 test_iothread_common(BDRV_DRAIN, 1); in test_iothread_drain()