Symbol: SIG_BLOCK
arch/um/drivers/chan_user.c
95
if (sigprocmask(SIG_BLOCK, &no_sigio, &old))
arch/um/os-Linux/signal.c
259
if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0)
arch/um/os-Linux/smp.c
106
if (sigprocmask(enable ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0)
arch/um/os-Linux/time.c
146
sigprocmask(SIG_BLOCK, &set, NULL);
drivers/mfd/ab8500-sysctrl.c
85
if (!sigprocmask(SIG_BLOCK, &all, &old)) {
fs/ceph/addr.c
1936
sigprocmask(SIG_BLOCK, &mask, oldset);
fs/jffs2/background.c
152
sigprocmask(SIG_BLOCK, &hupmask, NULL);
fs/ocfs2/super.c
2566
rc = sigprocmask(SIG_BLOCK, &blocked, oldset);
fs/smb/client/transport.c
287
sigprocmask(SIG_BLOCK, &mask, &oldmask);
include/uapi/asm-generic/signal-defs.h
71
#ifndef SIG_BLOCK
kernel/compat.c
57
case SIG_BLOCK:
kernel/signal.c
3243
case SIG_BLOCK:
kernel/signal.c
4594
case SIG_BLOCK:
samples/bpf/xdp_sample_user.c
1249
if (sigprocmask(SIG_BLOCK, &st, NULL) < 0)
tools/accounting/getdelays.c
531
sigprocmask(SIG_BLOCK, &sigset, NULL);
tools/perf/builtin-daemon.c
1238
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tools/perf/builtin-stat.c
1126
sigprocmask(SIG_BLOCK, &set, &oset);
tools/perf/ui/setup.c
131
pthread_sigmask(SIG_BLOCK, &set, NULL);
tools/power/x86/intel-speed-select/isst-daemon.c
163
sigprocmask(SIG_BLOCK, &sig_set, NULL);
tools/testing/selftests/net/af_unix/msg_oob.c
106
ret = sigprocmask(SIG_BLOCK, &mask, NULL);
tools/testing/selftests/ptrace/peeksiginfo.c
161
sigprocmask(SIG_BLOCK, &blockmask, NULL);
tools/testing/selftests/signal/mangle_uc_sigmask.c
177
if (sigprocmask(SIG_BLOCK, &set, &oldset))
tools/testing/selftests/timers/posix_timers.c
247
if (sigprocmask(SIG_BLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
284
if (sigprocmask(SIG_BLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
362
if (sigprocmask(SIG_BLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
418
if (sigprocmask(SIG_BLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
507
if (sigprocmask(SIG_BLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
567
if (sigprocmask(SIG_BLOCK, &set, NULL))
tools/testing/selftests/uevent/uevent_filtering.c
255
ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask);
tools/thermal/thermometer/thermometer.c
502
if (sigprocmask(SIG_BLOCK, &mask, NULL)) {
tools/tracing/latency/latency-collector.c
2082
signal_blocking(SIG_BLOCK);