Searched refs:SIGUSR1 (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsignal.h32 #define SIGUSR1 10 macro
/linux-4.1.27/include/uapi/asm-generic/
H A Dsignal.h20 #define SIGUSR1 10 macro
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dsignal.h35 #define SIGUSR1 10 macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dsignal.h20 #define SIGUSR1 16 macro
/linux-4.1.27/arch/avr32/include/uapi/asm/
H A Dsignal.h34 #define SIGUSR1 10 macro
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dsignal.h27 #define SIGUSR1 10 macro
/linux-4.1.27/arch/m32r/include/uapi/asm/
H A Dsignal.h29 #define SIGUSR1 10 macro
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dsignal.h27 #define SIGUSR1 10 macro
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dsignal.h27 #define SIGUSR1 10 macro
/linux-4.1.27/tools/perf/tests/
H A Dtask-exit.c18 * perf_evlist__prepare_workload will send a SIGUSR1 if the fork fails, since
/linux-4.1.27/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c139 kill(getpid(), SIGUSR1); check_trapped() local
214 kill(getpid(), SIGUSR1); trigger_tests() local
259 kill(getpid(), SIGUSR1); trigger_tests() local
/linux-4.1.27/tools/testing/selftests/x86/
H A Dsigreturn.c21 * The basic idea behind these tests is to raise(SIGUSR1) to create a
267 /* Instructions for the SIGUSR1 handler. */
312 * SIGUSR1 handler. Sets CS and SS as requested and points IP to the
338 * the original raise(SIGUSR1) returns.
447 raise(SIGUSR1); test_valid_sigreturn()
543 raise(SIGUSR1); test_bad_iret()
600 sethandler(SIGUSR1, sigusr1, 0); main()
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dsignal.h44 #define SIGUSR1 10 macro
/linux-4.1.27/arch/mn10300/include/uapi/asm/
H A Dsignal.h37 #define SIGUSR1 10 macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dsignal.h30 #define SIGUSR1 10 macro
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dsignal.h22 #define SIGUSR1 10 macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dsignal.h51 #define SIGUSR1 30 macro
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Drtl8723a_dm.c79 kill_pid(find_vpid(padapter->pid[0]), SIGUSR1, 1); dm_CheckPbcGPIO()
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dsignal.h73 #define SIGUSR1 30 macro
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dsignal.h40 #define SIGUSR1 16 /* User-defined signal 1 (POSIX). */ macro
/linux-4.1.27/arch/nios2/kernel/
H A Dtraps.c194 _send_sig(SIGUSR1, 0, fp->ea); handle_trap_1_c()
/linux-4.1.27/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c182 pthread_kill(cpu_threads[i], SIGUSR1); shutdown()
212 fprintf(stderr, "Caught signal %d in SIGUSR1 handler, " sig_action_SIGUSR1()
694 if (sigaction(SIGUSR1, &sa, NULL) == -1) main()
695 shutdown(1, "sigaction(SIGUSR1)", __LINE__); main()
/linux-4.1.27/arch/score/kernel/
H A Dasm-offsets.c197 DEFINE(_SIGUSR1, SIGUSR1); output_signal_defined()
/linux-4.1.27/include/linux/
H A Dsignal.h353 * | SIGUSR1 | terminate |
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpssd.c1571 * at a time. Any user (or test) can send a SIGUSR1 to the MIC daemon. init_mic()
1579 sigaction(SIGUSR1, &ignore, NULL); init_mic()
1604 err = sigaction(SIGUSR1, &act, NULL); init_mic()
1606 mpsslog("%s sigaction SIGUSR1 failed %s\n", init_mic()
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl8712_cmd.c73 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1); check_hw_pbc()
/linux-4.1.27/arch/mips/kernel/
H A Dasm-offsets.c278 DEFINE(_SIGUSR1, SIGUSR1); output_signal_defined()
/linux-4.1.27/tools/perf/util/
H A Devlist.c1382 if (sigqueue(getppid(), SIGUSR1, val)) perf_evlist__prepare_workload()
1394 sigaction(SIGUSR1, &act, NULL); perf_evlist__prepare_workload()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c121 * thread in the form of "exceptions" using SIGUSR1 signals (since they
423 send_sig_info(SIGUSR1, SEND_SIG_FORCED, raise_exception()
2358 * Clear the existing signals. Anything but SIGUSR1 is converted handle_exception()
2366 if (sig != SIGUSR1) { handle_exception()
2510 allow_signal(SIGUSR1); fsg_main_thread()
/linux-4.1.27/arch/x86/kernel/
H A Dvm86_32.c739 | (1 << SIGUSR1) | (1 << SIGUSR2) | (1 << SIGIO) | (1 << SIGURG) \
/linux-4.1.27/tools/perf/
H A Dbuiltin-record.c313 * perf_evlist__prepare_workload will send a SIGUSR1
H A Dbuiltin-stat.c615 * perf_evlist__prepare_workload will send a SIGUSR1
/linux-4.1.27/kernel/
H A Dauditsc.c2243 if (sig == SIGTERM || sig == SIGHUP || sig == SIGUSR1 || sig == SIGUSR2) { __audit_signal_info()
/linux-4.1.27/arch/frv/kernel/
H A Dgdb-stub.c812 { BRR_CB, 0, SIGUSR1 },

Completed in 1321 milliseconds