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

/linux-master/include/linux/sched/
H A Dsignal.h133 unsigned int is_child_subreaper:1; member in struct:signal_struct
/linux-master/kernel/
H A Dsys.c2598 me->signal->is_child_subreaper = !!arg2;
2605 error = put_user(me->signal->is_child_subreaper,
H A Dexit.c635 * Find the first ->is_child_subreaper ancestor in our pid_ns.
647 if (!reaper->signal->is_child_subreaper)
H A Dfork.c2584 p->real_parent->signal->is_child_subreaper;

Completed in 128 milliseconds