Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dsignal.h132 unsigned int is_child_subreaper:1; member
/openbmc/linux/kernel/
H A Dsys.c2585 me->signal->is_child_subreaper = !!arg2; in SYSCALL_DEFINE5()
2592 error = put_user(me->signal->is_child_subreaper, in SYSCALL_DEFINE5()
H A Dexit.c645 if (!reaper->signal->is_child_subreaper) in find_new_reaper()
H A Dfork.c2694 p->real_parent->signal->is_child_subreaper; in copy_process()