Searched refs:parent_a (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-bdrv-drain.c | 1228 BlockDriverState *parent_a, *parent_b, *a, *b, *c; in test_detach_indirect() local 1247 parent_a = bdrv_new_open_driver(&bdrv_test, "parent-a", BDRV_O_RDWR, in test_detach_indirect() 1258 blk_insert_bs(blk, parent_a, &error_abort); in test_detach_indirect() 1259 bdrv_unref(parent_a); in test_detach_indirect() 1264 BDRVTestState *s = parent_a->opaque; in test_detach_indirect() 1278 bdrv_attach_child(parent_a, a, "PA-A", in test_detach_indirect() 1283 g_assert_cmpint(parent_a->refcnt, ==, 1); in test_detach_indirect() 1312 g_assert_cmpint(parent_a->refcnt, ==, 1); in test_detach_indirect() 1322 g_assert_cmpint(parent_a->quiesce_counter, ==, 1); in test_detach_indirect()
|