Home
last modified time | relevance | path

Searched refs:SIGNAL_UNKILLABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dsignal.h263 #define SIGNAL_UNKILLABLE 0x00000040 /* for init: ignore fatal signals */ macro
/openbmc/linux/kernel/
H A Dsignal.c91 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && in sig_task_ignored()
1363 t->signal->flags &= ~SIGNAL_UNKILLABLE; in force_sig_info_to_task()
2818 if (unlikely(signal->flags & SIGNAL_UNKILLABLE) && in get_signal()
H A Dfork.c2285 current->signal->flags & SIGNAL_UNKILLABLE) in copy_process()
2684 p->signal->flags |= SIGNAL_UNKILLABLE; in copy_process()