Searched refs:next_parent (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | 2245 QLIST_FOREACH(a, &bs->parents, next_parent) { in bdrv_parent_perms_conflict() 2246 QLIST_FOREACH(b, &bs->parents, next_parent) { in bdrv_parent_perms_conflict() 2632 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_get_cumulative_perm() 2963 QLIST_REMOVE(child, next_parent); in bdrv_replace_child_noperm() 2969 QLIST_INSERT_HEAD(&new_bs->parents, child, next_parent); in bdrv_replace_child_noperm() 3388 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_parent_cb_change_media() 5329 QLIST_FOREACH_SAFE(c, &from->parents, next_parent, next) { in bdrv_replace_node_noperm() 5892 QLIST_FOREACH(c, &top->parents, next_parent) { in bdrv_drop_intermediate() 6467 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_get_parent_name() 6888 QLIST_FOREACH(parent, &bs->parents, next_parent) { in bdrv_activate() [all …]
|
/openbmc/qemu/block/ |
H A D | io.c | 58 QLIST_FOREACH_SAFE(c, &bs->parents, next_parent, next) { in bdrv_parent_drained_begin() 85 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_parent_drained_end() 112 QLIST_FOREACH_SAFE(c, &bs->parents, next_parent, next) { in bdrv_parent_drained_poll() 3525 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_parent_cb_resize()
|
H A D | block-backend.c | 772 QLIST_FOREACH(child, &bs->parents, next_parent) { in bdrv_first_blk() 800 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_is_root_node()
|
H A D | quorum.c | 874 QLIST_NEXT(s->children[i], next_parent) == NULL; in quorum_recurse_can_replace()
|
H A D | mirror.c | 1501 QLIST_NEXT(source, next_parent) == NULL) in active_write_settle()
|
H A D | vhdx.c | 1542 assert(!QLIST_NEXT(child, next_parent)); in vhdx_create_new_headers()
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 1048 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next_parent;
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 3498 struct perf_event_context *parent, *next_parent; in perf_event_context_sched_out() local 3510 next_parent = rcu_dereference(next_ctx->parent_ctx); in perf_event_context_sched_out() 3513 if (!parent && !next_parent) in perf_event_context_sched_out() 3516 if (next_parent == ctx || next_ctx == parent || next_parent == parent) { in perf_event_context_sched_out()
|