Searched refs:new_child (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/scripts/dtc/
H A Dlivetree.c140 struct node *new_child, *old_child; merge_nodes() local
187 new_child = new_node->children;
188 new_node->children = new_child->next_sibling;
189 new_child->parent = NULL;
190 new_child->next_sibling = NULL;
192 if (new_child->deleted) {
193 delete_node_by_name(old_node, new_child->name);
194 free(new_child);
200 if (streq(old_child->name, new_child->name)) { for_each_child_withdel()
201 merge_nodes(old_child, new_child); for_each_child_withdel()
202 new_child = NULL; for_each_child_withdel()
208 if (new_child)
209 add_child(old_node, new_child);
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-btree-spine.c146 int ro_step(struct ro_spine *s, dm_block_t new_child) ro_step() argument
156 r = bn_read_lock(s->info, new_child, s->nodes + s->count); ro_step()
H A Ddm-btree-internal.h72 int ro_step(struct ro_spine *s, dm_block_t new_child);
/linux-4.4.14/arch/sparc/kernel/
H A Dkgdb_64.c71 if (t->new_child) sleeping_thread_to_gdb_regs()
H A Dsyscalls.S113 /* Clear current_thread_info()->new_child. */
H A Dprocess_64.c633 t->new_child = 1; copy_thread()
H A Dsmp_64.c118 current_thread_info()->new_child = 0; smp_callin()
H A Dtraps_64.c2702 TI_NEW_CHILD != offsetof(struct thread_info, new_child) || trap_init()
/linux-4.4.14/arch/sparc/include/asm/
H A Dthread_info_64.h47 __u8 new_child; member in struct:thread_info
/linux-4.4.14/drivers/clk/
H A Dclk.c58 struct clk_core *new_child; member in struct:clk_core
1121 if (new_parent->new_child == core) clk_reparent()
1122 new_parent->new_child = NULL; clk_reparent()
1280 core->new_child = NULL; clk_calc_subtree()
1282 new_parent->new_child = core; clk_calc_subtree()
1417 if (core->new_child) { clk_propagate_rate_change()
1418 tmp_clk = clk_propagate_rate_change(core->new_child, event); clk_propagate_rate_change()
1490 if (core->new_child) clk_change_rate()
1491 clk_change_rate(core->new_child); clk_change_rate()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_da_btree.c59 xfs_da_state_blk_t *new_child);

Completed in 922 milliseconds