Searched refs:parent_b (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-bdrv-drain.c | 1151 BlockDriverState *parent_b; member 1167 bdrv_unref_child(data->parent_b, data->child_b); in detach_indirect_bh() 1170 data->child_c = bdrv_attach_child(data->parent_b, data->c, "PB-C", in detach_indirect_bh() 1228 BlockDriverState *parent_a, *parent_b, *a, *b, *c; in test_detach_indirect() local 1249 parent_b = bdrv_new_open_driver(&bdrv_test, "parent-b", 0, in test_detach_indirect() 1272 child_b = bdrv_attach_child(parent_b, b, "PB-B", &child_of_bds, in test_detach_indirect() 1274 child_a = bdrv_attach_child(parent_b, a, "PB-A", &child_of_bds, in test_detach_indirect() 1284 g_assert_cmpint(parent_b->refcnt, ==, 1); in test_detach_indirect() 1289 g_assert(QLIST_FIRST(&parent_b->children) == child_a); in test_detach_indirect() 1295 .parent_b = parent_b, in test_detach_indirect() [all …]
|