Searched refs:next_c (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 956 BdrvChild *c, *next_c; in bdrv_test_top_close() 960 QLIST_FOREACH_SAFE(c, &bs->children, next, next_c) { in bdrv_test_top_close() 1017 BdrvChild *c, *next_c; in test_co_delete_by_drain() 1019 QLIST_FOREACH_SAFE(c, &bs->children, next, next_c) { in test_co_delete_by_drain() 954 BdrvChild *c, *next_c; bdrv_test_top_close() local 1013 BdrvChild *c, *next_c; test_co_delete_by_drain() local
|