SIG_BLOCK 43 arch/arm/mach-u300/regulator.c if (!sigprocmask(SIG_BLOCK, &all, &old)) { SIG_BLOCK 83 arch/um/drivers/chan_user.c if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) SIG_BLOCK 231 arch/um/os-Linux/signal.c if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) SIG_BLOCK 85 drivers/mfd/ab8500-sysctrl.c if (!sigprocmask(SIG_BLOCK, &all, &old)) { SIG_BLOCK 729 drivers/staging/greybus/tools/loopback_test.c sigprocmask(SIG_BLOCK, &mask, &mask_old); SIG_BLOCK 1412 fs/ceph/addr.c sigprocmask(SIG_BLOCK, &mask, oldset); SIG_BLOCK 363 fs/cifs/transport.c sigprocmask(SIG_BLOCK, &mask, &oldmask); SIG_BLOCK 152 fs/jffs2/background.c sigprocmask(SIG_BLOCK, &hupmask, NULL); SIG_BLOCK 2604 fs/ocfs2/super.c rc = sigprocmask(SIG_BLOCK, &blocked, oldset); SIG_BLOCK 7 include/uapi/asm-generic/signal-defs.h #ifndef SIG_BLOCK SIG_BLOCK 145 kernel/compat.c case SIG_BLOCK: SIG_BLOCK 2946 kernel/signal.c case SIG_BLOCK: SIG_BLOCK 4204 kernel/signal.c case SIG_BLOCK: SIG_BLOCK 347 tools/accounting/getdelays.c sigprocmask(SIG_BLOCK, &sigset, NULL); SIG_BLOCK 690 tools/perf/builtin-stat.c sigprocmask(SIG_BLOCK, &set, &oset); SIG_BLOCK 421 tools/perf/perf.c pthread_sigmask(SIG_BLOCK, &set, NULL); SIG_BLOCK 161 tools/testing/selftests/ptrace/peeksiginfo.c sigprocmask(SIG_BLOCK, &blockmask, NULL); SIG_BLOCK 56 tools/testing/selftests/rseq/rseq.c ret = pthread_sigmask(SIG_BLOCK, &set, oldset); SIG_BLOCK 254 tools/testing/selftests/uevent/uevent_filtering.c ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask);