Searched refs:new_child (Results 1 – 7 of 7) sorted by relevance
140 int ro_step(struct ro_spine *s, dm_block_t new_child) in ro_step() argument150 r = bn_read_lock(s->info, new_child, s->nodes + s->count); in ro_step()
73 int ro_step(struct ro_spine *s, dm_block_t new_child);
139 new_child: in is_child_pid() 159 goto new_child; in is_child_pid()
72 if (t->new_child) in sleeping_thread_to_gdb_regs()
127 current_thread_info()->new_child = 0; in smp_callin()
133 struct clk_core *new_child; member2148 if (new_parent->new_child == core) in clk_reparent()2149 new_parent->new_child = NULL; in clk_reparent()2316 core->new_child = NULL; in clk_calc_subtree()2318 new_parent->new_child = core; in clk_calc_subtree()2442 if (core->new_child) { in clk_propagate_rate_change()2443 tmp_clk = clk_propagate_rate_change(core->new_child, event); in clk_propagate_rate_change()2538 if (core->new_child) in clk_change_rate()2539 clk_change_rate(core->new_child); in clk_change_rate()
1917 * Does @new_child have a listener while an ancestor also has a listener?1921 * Note that @new_child is not hooked up to its parent at this point yet, so1924 static bool has_duplicate_listener(struct seccomp_filter *new_child)1931 if (!new_child->notif) in has_duplicate_listener() 1926 has_duplicate_listener(struct seccomp_filter * new_child) has_duplicate_listener() argument