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

/linux-master/scripts/dtc/
H A Dlivetree.c145 struct node *new_child, *old_child; local
194 new_child = new_node->children;
195 new_node->children = new_child->next_sibling;
196 new_child->parent = NULL;
197 new_child->next_sibling = NULL;
199 if (new_child->deleted) {
200 delete_node_by_name(old_node, new_child->name);
201 free(new_child);
207 if (streq(old_child->name, new_child->name)) {
208 merge_nodes(old_child, new_child);
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-internal.h73 int ro_step(struct ro_spine *s, dm_block_t new_child);
H A Ddm-btree-spine.c140 int ro_step(struct ro_spine *s, dm_block_t new_child) argument
150 r = bn_read_lock(s->info, new_child, s->nodes + s->count);
/linux-master/arch/sparc/include/asm/
H A Dthread_info_64.h48 __u8 new_child; member in struct:thread_info
/linux-master/arch/sparc/kernel/
H A Dkgdb_64.c72 if (t->new_child)
H A Dprocess_64.c584 t->new_child = 1;
H A Dsmp_64.c127 current_thread_info()->new_child = 0;
H A Dtraps_64.c2860 TI_NEW_CHILD != offsetof(struct thread_info, new_child) ||
/linux-master/drivers/clk/
H A Dclk.c76 struct clk_core *new_child; member in struct:clk_core
2100 if (new_parent->new_child == core)
2101 new_parent->new_child = NULL;
2268 core->new_child = NULL;
2270 new_parent->new_child = core;
2394 if (core->new_child) {
2395 tmp_clk = clk_propagate_rate_change(core->new_child, event);
2490 if (core->new_child)
2491 clk_change_rate(core->new_child);
/linux-master/kernel/
H A Dseccomp.c1864 * Does @new_child have a listener while an ancestor also has a listener?
1868 * Note that @new_child is not hooked up to its parent at this point yet, so
1871 static bool has_duplicate_listener(struct seccomp_filter *new_child) argument
1878 if (!new_child->notif)
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c43 xfs_da_state_blk_t *new_child);

Completed in 186 milliseconds