Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h190 #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0) macro
/openbmc/linux/kernel/
H A Dsignal.c818 (!is_si_special(info) && SI_FROMUSER(info)); in si_fromuser()