Searched refs:new_child (Results 1 – 13 of 13) sorted by relevance
| /linux/scripts/dtc/ |
| H A D | livetree.c | 145 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 D | dm-btree-spine.c | 140 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 D | dm-btree-internal.h | 73 int ro_step(struct ro_spine *s, dm_block_t new_child);
|
| /linux/arch/sparc/include/asm/ |
| H A D | thread_info_64.h | 48 __u8 new_child; member
|
| /linux/tools/perf/util/ |
| H A D | intel-tpebs.c | 135 new_child: in is_child_pid() 155 goto new_child; in is_child_pid()
|
| /linux/arch/sparc/kernel/ |
| H A D | kgdb_64.c | 72 if (t->new_child) in sleeping_thread_to_gdb_regs()
|
| H A D | process_64.c | 586 t->new_child = 1; in copy_thread()
|
| H A D | smp_64.c | 127 current_thread_info()->new_child = 0; in smp_callin()
|
| H A D | traps_64.c | 2860 TI_NEW_CHILD != offsetof(struct thread_info, new_child) || in trap_init()
|
| /linux/kernel/ |
| H A D | resource.c | 1448 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 D | seccomp.c | 1926 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 D | clk.c | 82 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 D | xfs_da_btree.c | 43 xfs_da_state_blk_t *new_child);
|