| /linux/tools/testing/selftests/signal/ |
| H A D | mangle_uc_sigmask.c | 49 ret = sigismember(&(((ucontext_t *)uc)->uc_sigmask), SIGUSR2); in handler_verify_ucontext() 56 if (raise(SIGUSR2)) in handler_verify_ucontext() 118 if (sigaddset(&((ucontext_t *)uc)->uc_sigmask, SIGUSR2)) in handler_usr() 155 if (raise(SIGUSR2)) in main() 180 ksft_test_result(sigismember(&oldset, SIGUSR2) == 1, in main()
|
| H A D | sas.c | 102 raise(SIGUSR2); in switch_fn() 124 sigaction(SIGUSR2, &act, NULL); in main()
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | sig_sc_double_restart.c | 36 kill(getpid(), SIGUSR2); in SIGUSR1_handler() 103 sigaddset(&act.sa_mask, SIGUSR2); in test_restart() 114 if (sigaction(SIGUSR2, &act, NULL) == -1) { in test_restart()
|
| /linux/tools/testing/selftests/timens/ |
| H A D | clock_nanosleep.c | 21 if (sig == SIGUSR2) in test_sig() 51 signal(SIGUSR2, test_sig); in run_test() 95 pthread_kill(thread, SIGUSR2); in run_test()
|
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | mmcr2_fcs_fch_test.c | 39 FAIL_IF(sigaction(SIGUSR2, &sigact, NULL)); in mmcr2_fcs_fch() 40 FAIL_IF(kill(getpid(), SIGUSR2)); in mmcr2_fcs_fch()
|
| /linux/tools/testing/selftests/clone3/ |
| H A D | clone3_clear_sighand.c | 76 ret = sigaction(SIGUSR2, &act, NULL); in test_clone3_clear_sighand() 97 ret = sigaction(SIGUSR2, NULL, &act); in test_clone3_clear_sighand()
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | wild_bctr.c | 136 FAIL_IF(sigaction(SIGUSR2, &usr2, NULL)); in test_wild_bctr() 144 kill(getpid(), SIGUSR2); in test_wild_bctr()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | asm-offsets.h | 6 #define SIGUSR2 12 macro
|
| H A D | kernel-test.c | 272 ret = sigaction(SIGUSR2, &sa, NULL); in main()
|
| /linux/security/apparmor/include/ |
| H A D | sig_names.h | 21 [SIGUSR2] = 12, /* 31, 12, 17 */
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 30 #define SIGUSR2 12 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 22 #define SIGUSR2 17 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | signal.h | 23 #define SIGUSR2 12 macro
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 38 #define SIGUSR2 12 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 30 #define SIGUSR2 12 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 47 #define SIGUSR2 12 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 42 #define SIGUSR2 17 /* User-defined signal 2 (POSIX). */ macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 33 #define SIGUSR2 12 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 53 #define SIGUSR2 31 macro
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pkey_sighandler_tests.c | 150 syscall_raw(SYS_tkill, tid, SIGUSR2, 0, 0, 0, 0); in raise_sigusr2() 465 if (sigaction(SIGUSR2, &sa, NULL) == -1) { in test_pkru_sigreturn()
|
| /linux/arch/nios2/kernel/ |
| H A D | traps.c | 190 _send_sig(SIGUSR2, 0, fp->ea); in handle_trap_2_c()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 195 sigaddset(&sigmask, SIGUSR2); in prep_args()
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 245 DEFINE(_SIGUSR2, SIGUSR2); in output_signal_defines()
|
| /linux/arch/mips/kernel/ |
| H A D | asm-offsets.c | 286 DEFINE(_SIGUSR2, SIGUSR2); in output_signal_defined()
|
| /linux/arch/x86/kernel/ |
| H A D | vm86_32.c | 729 | (1 << SIGUSR1) | (1 << SIGUSR2) | (1 << SIGIO) | (1 << SIGURG) \
|