Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dlivetree.c145 struct node *new_child, *old_child; in merge_nodes() local
194 new_child = new_node->children; in merge_nodes()
195 new_node->children = new_child->next_sibling; in merge_nodes()
196 new_child->parent = NULL; in merge_nodes()
197 new_child->next_sibling = NULL; in merge_nodes()
199 if (new_child->deleted) { in merge_nodes()
200 delete_node_by_name(old_node, new_child->name); in merge_nodes()
201 free(new_child); in merge_nodes()
207 if (streq(old_child->name, new_child->name)) { in merge_nodes()
208 merge_nodes(old_child, new_child); in merge_nodes()
[all …]
/linux/drivers/md/persistent-data/
H A Ddm-btree-spine.c140 int ro_step(struct ro_spine *s, dm_block_t new_child) in ro_step() argument
150 r = bn_read_lock(s->info, new_child, s->nodes + s->count); in ro_step()
H A Ddm-btree-internal.h73 int ro_step(struct ro_spine *s, dm_block_t new_child);
/linux/arch/sparc/include/asm/
H A Dthread_info_64.h48 __u8 new_child; member
/linux/tools/perf/util/
H A Dintel-tpebs.c135 new_child: in is_child_pid()
155 goto new_child; in is_child_pid()
/linux/arch/sparc/kernel/
H A Dkgdb_64.c72 if (t->new_child) in sleeping_thread_to_gdb_regs()
H A Dprocess_64.c586 t->new_child = 1; in copy_thread()
H A Dsmp_64.c127 current_thread_info()->new_child = 0; in smp_callin()
H A Dtraps_64.c2860 TI_NEW_CHILD != offsetof(struct thread_info, new_child) || in trap_init()
/linux/kernel/
H A Dresource.c1448 static void append_child_to_parent(struct resource *new_parent, struct resource *new_child) in append_child_to_parent() argument
1456 child->sibling = new_child; in append_child_to_parent()
1458 new_parent->child = new_child; in append_child_to_parent()
1460 new_child->parent = new_parent; in append_child_to_parent()
1461 new_child->sibling = NULL; in append_child_to_parent()
H A Dseccomp.c1926 static bool has_duplicate_listener(struct seccomp_filter *new_child) in has_duplicate_listener() argument
1933 if (!new_child->notif) in has_duplicate_listener()
/linux/drivers/clk/
H A Dclk.c82 struct clk_core *new_child; member
2088 if (new_parent->new_child == core) in clk_reparent()
2089 new_parent->new_child = NULL; in clk_reparent()
2256 core->new_child = NULL; in clk_calc_subtree()
2258 new_parent->new_child = core; in clk_calc_subtree()
2382 if (core->new_child) { in clk_propagate_rate_change()
2383 tmp_clk = clk_propagate_rate_change(core->new_child, event); in clk_propagate_rate_change()
2478 if (core->new_child) in clk_change_rate()
2479 clk_change_rate(core->new_child); in clk_change_rate()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c43 xfs_da_state_blk_t *new_child);