Home
last modified time | relevance | path

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

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