Searched refs:SIGXCPU (Results 1 - 18 of 18) sorted by relevance

/linux-master/security/apparmor/include/
H A Dsig_names.h39 [SIGXCPU] = 24, /* 24, 24, 30 */
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h17 #define SIGXCPU 12 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h42 #define SIGXCPU 24 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h57 #define SIGXCPU 30 /* CPU limit exceeded (4.2 BSD). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h50 #define SIGXCPU 24 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h46 #define SIGXCPU 24 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h59 #define SIGXCPU 24 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h42 #define SIGXCPU 24 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h35 #define SIGXCPU 24 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h45 #define SIGXCPU 24 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h46 #define SIGXCPU 24 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h67 #define SIGXCPU 24 macro
/linux-master/kernel/time/
H A Dposix-cpu-timers.c874 send_signal_locked(SIGXCPU, SEND_SIG_PRIV, tsk, PIDTYPE_TGID);
927 /* At the soft limit, send a SIGXCPU every second */
928 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) {
1026 /* At the soft limit, send a SIGXCPU every second */
1027 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) {
/linux-master/include/linux/
H A Dsignal.h377 * | SIGXCPU | coredump |
431 rt_sigmask(SIGXCPU) | rt_sigmask(SIGXFSZ) | \
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c255 DEFINE(_SIGXCPU, SIGXCPU);
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c291 DEFINE(_SIGXCPU, SIGXCPU);
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1872 send_sig(SIGXCPU, task, 1);
H A Ddrbd_main.c321 allow_kernel_signal(SIGXCPU);

Completed in 200 milliseconds