Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsignal.h133 unsigned int is_child_subreaper:1; member
/linux/kernel/
H A Dsys.c2609 me->signal->is_child_subreaper = !!arg2; in SYSCALL_DEFINE5()
2616 error = put_user(me->signal->is_child_subreaper, in SYSCALL_DEFINE5()
H A Dexit.c637 * Find the first ->is_child_subreaper ancestor in our pid_ns. in find_new_reaper()
649 if (!reaper->signal->is_child_subreaper) in find_new_reaper()
H A Dfork.c2571 p->real_parent->signal->is_child_subreaper; in copy_process()