Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c393 int backing_quiesce = (outer == BDRV_DRAIN_ALL) + in test_nested() local
404 g_assert_cmpint(bs->quiesce_counter, ==, 2 + !!backing_quiesce); in test_nested()
405 g_assert_cmpint(backing->quiesce_counter, ==, backing_quiesce); in test_nested()
407 g_assert_cmpint(backing_s->drain_count, ==, !!backing_quiesce); in test_nested()