Searched refs:father (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
D | signal_test_017.cpp | 104 int father; in TestMultiPthreadFatherProcessExit() local 125 father = getppid(); in TestMultiPthreadFatherProcessExit() 126 printf("fatherPid = %d\n", father); in TestMultiPthreadFatherProcessExit() 128 printf("child kill father = %d\n", father); in TestMultiPthreadFatherProcessExit() 129 retValue = kill(father, SIGKILL); in TestMultiPthreadFatherProcessExit()
|
/kernel/linux/linux-5.10/kernel/ |
D | exit.c | 508 static struct task_struct *find_child_reaper(struct task_struct *father, in find_child_reaper() argument 513 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper() 517 if (likely(reaper != father)) in find_child_reaper() 520 reaper = find_alive_thread(father); in find_child_reaper() 536 return father; in find_child_reaper() 546 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument 551 thread = find_alive_thread(father); in find_new_reaper() 555 if (father->signal->has_child_subreaper) { in find_new_reaper() 556 unsigned int ns_level = task_pid(father)->level; in find_new_reaper() 565 for (reaper = father->real_parent; in find_new_reaper() [all …]
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | fix_node.c | 961 struct buffer_head *father, *left; in is_left_neighbor_in_cache() local 971 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()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | cgroups.rst | 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.
|
D | cpusets.rst | 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.
|