Home
last modified time | relevance | path

Searched refs:SIGNAL_CLD_STOPPED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dsignal.h259 #define SIGNAL_CLD_STOPPED 0x00000010 macro
261 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED)
/openbmc/linux/kernel/
H A Dsignal.c963 why |= SIGNAL_CLD_STOPPED; in prepare_signal()