/linux-4.4.14/arch/um/os-Linux/ |
D | signal.c | 27 [SIGALRM] = timer_handler 43 if ((sig != SIGIO) && (sig != SIGWINCH) && (sig != SIGALRM)) in sig_handler_common() 89 timer_handler(SIGALRM, NULL, ®s); in timer_real_alarm_handler() 109 timer_alarm_handler(SIGALRM, NULL, NULL); in deliver_alarm() 114 set_handler(SIGALRM); in timer_set_signal_handler() 138 [SIGALRM] = timer_alarm_handler 196 sigaddset(&action.sa_mask, SIGALRM); in set_handler()
|
D | process.c | 95 kill(pid, SIGALRM); in os_alarm_process()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 396 install_handler(SIGALRM, handle_alarm); in main() 399 sigevent.sigev_signo = SIGALRM; in main() 416 install_handler(SIGALRM, handle_alarm); in main() 419 sigevent.sigev_signo = SIGALRM; in main()
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | posix_timers.c | 104 signal(SIGALRM, sig_handler); in check_itimer() 162 signal(SIGALRM, sig_handler); in check_timer_create()
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | signal.h | 26 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | signal.h | 18 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | signal.h | 41 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | signal.h | 33 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | signal.h | 38 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | signal.h | 31 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | signal.h | 38 #define SIGALRM 14 /* Alarm clock (POSIX). */ macro
|
/linux-4.4.14/arch/h8300/include/uapi/asm/ |
D | signal.h | 31 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | signal.h | 31 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | signal.h | 31 #define SIGALRM 14 macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal.h | 24 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | signal.h | 35 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | signal.h | 39 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | signal.h | 34 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | signal.h | 36 #define SIGALRM 14 macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | signal.h | 48 #define SIGALRM 14 macro
|
/linux-4.4.14/Documentation/ |
D | cpu-load.txt | 83 signal (SIGALRM, &sighandler); 93 sigaddset (&set, SIGALRM);
|
D | kmemcheck.txt | 368 440 * itimers, as the SIGALRM is a legacy signal and only 374 446 if (unlikely(signr == SIGALRM)) {
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 49 #define STUB_SIG_MASK ((1 << SIGALRM) | (1 << SIGWINCH)) 284 } while (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGALRM)); in start_userspace() 396 case SIGALRM: in userspace()
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
D | harness.c | 104 if (sigaction(SIGALRM, &alarm_action, NULL)) { in test_harness()
|
/linux-4.4.14/tools/laptop/freefall/ |
D | freefall.c | 146 signal(SIGALRM, ignore_me); in main()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | signal.h | 53 #define SIGALRM 14 macro
|
/linux-4.4.14/tools/perf/scripts/perl/ |
D | rwtop.pl | 97 POSIX::sigaction(SIGALRM, $sa) or die "Can't set SIGALRM handler: $!\n";
|
/linux-4.4.14/kernel/time/ |
D | itimer.c | 127 kill_pid_info(SIGALRM, SEND_SIG_PRIV, sig->leader_pid); in it_real_fn()
|
D | posix-timers.c | 648 event.sigev_signo = SIGALRM; in SYSCALL_DEFINE3()
|
/linux-4.4.14/arch/score/kernel/ |
D | asm-offsets.c | 195 DEFINE(_SIGALRM, SIGALRM); in output_signal_defined()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 522 sigmask(SIGALRM))
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 90 [EXCEP_WDT >> 3] = { SIGALRM, 0 },
|
D | gdb-stub.c | 943 { EXCEP_WDT, SIGALRM },
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 266 DEFINE(_SIGALRM, SIGALRM); in output_signal_defined()
|
/linux-4.4.14/tools/perf/ |
D | builtin-stat.c | 1409 signal(SIGALRM, skip_signal); in cmd_stat()
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-stub.c | 809 { BRR_EB, TBR_TT_INTERRUPT_13, SIGALRM }, /* watchdog */
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 812 kill_pid(find_vpid(padapter->pid[2]), SIGALRM, 1); in rtw_indicate_connect23a()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1095 signal(SIGALRM, cont_handler); in setup_trace_fixture()
|
/linux-4.4.14/kernel/ |
D | signal.c | 583 if (unlikely(signr == SIGALRM)) { in dequeue_signal()
|