Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dexit.c453 static struct task_struct *find_child_reaper(struct task_struct *father) in find_child_reaper() argument
457 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper()
460 if (likely(reaper != father)) in find_child_reaper()
463 reaper = find_alive_thread(father); in find_child_reaper()
472 father->signal->group_exit_code ?: father->exit_code); in find_child_reaper()
477 return father; in find_child_reaper()
487 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument
492 thread = find_alive_thread(father); in find_new_reaper()
496 if (father->signal->has_child_subreaper) { in find_new_reaper()
502 for (reaper = father; in find_new_reaper()
[all …]
/linux-4.1.27/fs/reiserfs/
Dfix_node.c963 struct buffer_head *father, *left; in is_left_neighbor_in_cache() local
973 father = PATH_H_PBUFFER(tb->tb_path, h + 1); in is_left_neighbor_in_cache()
975 RFALSE(!father || in is_left_neighbor_in_cache()
976 !B_IS_IN_TREE(father) || in is_left_neighbor_in_cache()
978 !buffer_uptodate(father) || in is_left_neighbor_in_cache()
981 father, tb->FL[h]); in is_left_neighbor_in_cache()
987 left_neighbor_position = (father == tb->FL[h]) ? in is_left_neighbor_in_cache()
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt316 5) Start a task that will be the "founding father" of the new job.
319 7) fork, exec or clone the job tasks from this founding father task.
Dcpusets.txt674 4) Start a task that will be the "founding father" of the new job.
677 6) fork, exec or clone the job tasks from this founding father task.