Home
last modified time | relevance | path

Searched refs:SIG_SETMASK (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/include/uapi/asm-generic/
A Dsignal-defs.h77 #ifndef SIG_SETMASK
78 #define SIG_SETMASK 2 /* for setting the signal mask */ macro
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dexec_prot.c122 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
130 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
A Dpkey_exec_prot.c115 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
123 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
A Dpkey_siginfo.c272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0); in test()
/linux-6.3-rc2/arch/um/drivers/
A Dchan_user.c107 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write()
168 if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) { in winch_thread()
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dsignal.h88 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/linux-6.3-rc2/arch/alpha/include/uapi/asm/
A Dsignal.h79 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A Dsignal.h147 #define SIG_SETMASK 0x04 /* for setting the signal mask */ macro
/linux-6.3-rc2/drivers/mfd/
A Dab8500-sysctrl.c89 (void)sigprocmask(SIG_SETMASK, &old, NULL); in ab8500_power_off()
/linux-6.3-rc2/kernel/
A Dcompat.c63 case SIG_SETMASK: in COMPAT_SYSCALL_DEFINE3()
A Dsignal.c3077 case SIG_SETMASK: in sigprocmask()
4386 case SIG_SETMASK: in SYSCALL_DEFINE3()
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dprotection_keys.c434 rs = sigprocmask(SIG_SETMASK, 0, &newact.sa_mask); in setup_sigsegv_handler()
/linux-6.3-rc2/fs/cifs/
A Dtransport.c371 sigprocmask(SIG_SETMASK, &oldmask, NULL); in __smb_send_rqst()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c2237 if (sigprocmask(SIG_SETMASK, &full, &mask)) { in record__start_threads()
2278 if (sigprocmask(SIG_SETMASK, &mask, NULL)) { in record__start_threads()
A Dbuiltin-stat.c1069 sigprocmask(SIG_SETMASK, &oset, NULL); in sig_atexit()
/linux-6.3-rc2/fs/ceph/
A Daddr.c1407 sigprocmask(SIG_SETMASK, oldset, NULL); in ceph_restore_sigs()
/linux-6.3-rc2/fs/ocfs2/
A Dsuper.c2619 int rc = sigprocmask(SIG_SETMASK, oldset, NULL); in ocfs2_unblock_signals()
/linux-6.3-rc2/virt/kvm/
A Dkvm_main.c3361 sigprocmask(SIG_SETMASK, &vcpu->sigset, &current->real_blocked); in kvm_sigset_activate()
3369 sigprocmask(SIG_SETMASK, &current->real_blocked, NULL); in kvm_sigset_deactivate()
/linux-6.3-rc2/tools/testing/selftests/filesystems/epoll/
A Depoll_wakeup_test.c3178 sigprocmask(SIG_SETMASK, &sigmask, NULL); in epoll60_wait_thread()

Completed in 53 milliseconds