Home
last modified time | relevance | path

Searched refs:SIGKILL (Results 1 – 4 of 4) sorted by relevance

/include/uapi/asm-generic/
Dsignal.h20 #define SIGKILL 9 macro
/include/linux/
Dsignal.h419 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP))
Dsyscalls.h295 force_sig(SIGKILL); in addr_limit_user_check()
/include/linux/sched/
Dsignal.h381 return unlikely(sigismember(&p->pending.signal, SIGKILL)); in __fatal_signal_pending()