Searched refs:father (Results 1 – 4 of 4) sorted by relevance
532 if (likely(reaper != father)) in find_child_reaper()535 reaper = find_alive_thread(father); in find_child_reaper()551 return father; in find_child_reaper()566 thread = find_alive_thread(father); in find_new_reaper()580 for (reaper = father->real_parent; in find_new_reaper()617 kill_orphaned_pgrp(p, father); in reparent_leader()634 exit_ptrace(father, dead); in forget_original_parent()637 reaper = find_child_reaper(father, dead); in forget_original_parent()638 if (list_empty(&father->children)) in forget_original_parent()657 if (!same_thread_group(reaper, father)) in forget_original_parent()[all …]
961 struct buffer_head *father, *left; in is_left_neighbor_in_cache() local971 father = PATH_H_PBUFFER(tb->tb_path, h + 1); in is_left_neighbor_in_cache()973 RFALSE(!father || in is_left_neighbor_in_cache()974 !B_IS_IN_TREE(father) || in is_left_neighbor_in_cache()976 !buffer_uptodate(father) || in is_left_neighbor_in_cache()979 father, tb->FL[h]); in is_left_neighbor_in_cache()985 left_neighbor_position = (father == tb->FL[h]) ? in is_left_neighbor_in_cache()
320 5) Start a task that will be the "founding father" of the new job.323 7) fork, exec or clone the job tasks from this founding father task.
695 4) Start a task that will be the "founding father" of the new job.698 6) fork, exec or clone the job tasks from this founding father task.
Completed in 11 milliseconds