Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-bdrv-drain.c1745 Coroutine *drain_co;
1783 /* Wake up drain_co if it runs */ in bdrv_replace_test_drain_co()
1784 if (s->drain_co) { in bdrv_replace_test_drain_co()
1785 aio_co_wake(s->drain_co); in bdrv_replace_test_drain_co()
1806 s->drain_co = NULL; in bdrv_replace_test_drain_begin()
1824 s->drain_co = qemu_coroutine_create(bdrv_replace_test_drain_co, bs); in bdrv_replace_test_read_entry()
1826 aio_co_enter(bdrv_get_aio_context(bs), s->drain_co); in bdrv_replace_test_read_entry()
1731 Coroutine *drain_co; global() member