Searched refs:father (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Dexit.c383 /* exit: our father is in a different pgrp than
585 static struct task_struct *find_child_reaper(struct task_struct *father,
590 struct pid_namespace *pid_ns = task_active_pid_ns(father);
594 if (likely(reaper != father))
597 reaper = find_alive_thread(father);
613 return father;
623 static struct task_struct *find_new_reaper(struct task_struct *father, argument
628 thread = find_alive_thread(father);
632 if (father->signal->has_child_subreaper) {
633 unsigned int ns_level = task_pid(father)
661 reparent_leader(struct task_struct *father, struct task_struct *p, struct list_head *dead) argument
690 forget_original_parent(struct task_struct *father, struct list_head *dead) argument
[all...]
/linux-master/fs/reiserfs/
H A Dfix_node.c961 struct buffer_head *father, *left; local
970 /* Calculate father of the node to be balanced. */
971 father = PATH_H_PBUFFER(tb->tb_path, h + 1);
973 RFALSE(!father ||
974 !B_IS_IN_TREE(father) ||
976 !buffer_uptodate(father) ||
979 father, tb->FL[h]);
983 * into the left father.
985 left_neighbor_position = (father == tb->FL[h]) ?
1085 /* if we are in the root of the tree, then there is no common father */
[all...]

Completed in 117 milliseconds