Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 25 of 25) sorted by relevance

/Linux-v6.6/include/uapi/asm-generic/
Dsignal-defs.h71 #ifndef SIG_BLOCK
72 #define SIG_BLOCK 0 /* for blocking signals */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dsignal.h86 #define SIG_BLOCK 1 /* for blocking signals */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dsignal.h77 #define SIG_BLOCK 1 /* for blocking signals */ macro
/Linux-v6.6/arch/um/os-Linux/
Dtime.c107 sigprocmask(SIG_BLOCK, &set, &old); in os_idle_sleep()
Dsignal.c262 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
/Linux-v6.6/tools/perf/ui/
Dsetup.c131 pthread_sigmask(SIG_BLOCK, &set, NULL); in pthread__block_sigwinch()
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dsignal.h145 #define SIG_BLOCK 0x01 /* for blocking signals */ macro
/Linux-v6.6/drivers/mfd/
Dab8500-sysctrl.c85 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
/Linux-v6.6/fs/jffs2/
Dbackground.c152 sigprocmask(SIG_BLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
/Linux-v6.6/tools/testing/selftests/ptrace/
Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
/Linux-v6.6/arch/um/drivers/
Dchan_user.c83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write()
/Linux-v6.6/tools/power/x86/intel-speed-select/
Disst-daemon.c162 sigprocmask(SIG_BLOCK, &sig_set, NULL);
/Linux-v6.6/kernel/
Dcompat.c57 case SIG_BLOCK: in COMPAT_SYSCALL_DEFINE3()
Dsignal.c3104 case SIG_BLOCK: in sigprocmask()
4413 case SIG_BLOCK: in SYSCALL_DEFINE3()
/Linux-v6.6/tools/testing/selftests/uevent/
Duevent_filtering.c253 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
/Linux-v6.6/tools/thermal/thermometer/
Dthermometer.c501 if (sigprocmask(SIG_BLOCK, &mask, NULL)) { in thermometer_wait()
/Linux-v6.6/tools/accounting/
Dgetdelays.c363 sigprocmask(SIG_BLOCK, &sigset, NULL); in main()
/Linux-v6.6/tools/testing/selftests/kvm/
Ddirty_log_test.c934 pthread_sigmask(SIG_BLOCK, &sigset, NULL); in main()
/Linux-v6.6/tools/perf/
Dbuiltin-daemon.c1239 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in setup_signalfd()
Dbuiltin-stat.c1013 sigprocmask(SIG_BLOCK, &set, &oset); in sig_atexit()
/Linux-v6.6/tools/tracing/latency/
Dlatency-collector.c2082 signal_blocking(SIG_BLOCK); in main()
/Linux-v6.6/samples/bpf/
Dxdp_sample_user.c1249 if (sigprocmask(SIG_BLOCK, &st, NULL) < 0) in __sample_init()
/Linux-v6.6/fs/smb/client/
Dtransport.c330 sigprocmask(SIG_BLOCK, &mask, &oldmask); in __smb_send_rqst()
/Linux-v6.6/fs/ceph/
Daddr.c1574 sigprocmask(SIG_BLOCK, &mask, oldset); in ceph_block_sigs()
/Linux-v6.6/fs/ocfs2/
Dsuper.c2614 rc = sigprocmask(SIG_BLOCK, &blocked, oldset); in ocfs2_block_signals()