Home
last modified time | relevance | path

Searched refs:father (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dexit.c597 static struct task_struct *find_child_reaper(struct task_struct *father, in find_child_reaper() argument
602 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper()
606 if (likely(reaper != father)) in find_child_reaper()
609 reaper = find_alive_thread(father); in find_child_reaper()
626 return father; in find_child_reaper()
636 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument
641 thread = find_alive_thread(father); in find_new_reaper()
645 if (father->signal->has_child_subreaper) { in find_new_reaper()
646 unsigned int ns_level = task_pid(father)->level; in find_new_reaper()
655 for (reaper = father->real_parent; in find_new_reaper()
[all …]
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst322 5) Start a task that will be the "founding father" of the new job.
325 7) fork, exec or clone the job tasks from this founding father task.
H A Dcpusets.rst700 4) Start a task that will be the "founding father" of the new job.
703 6) fork, exec or clone the job tasks from this founding father task.