Home
last modified time | relevance | path

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

/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/tools/perf/util/
H A Dintel-tpebs.c139 new_child: in is_child_pid()
159 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 Dsmp_64.c127 current_thread_info()->new_child = 0; in smp_callin()
/linux/drivers/clk/
H A Dclk.c133 struct clk_core *new_child; member
2148 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()
/linux/kernel/
H A Dseccomp.c1917 * 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, so
1924 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