Symbol: SIGPIPE
arch/loongarch/kernel/asm-offsets.c
243
DEFINE(_SIGPIPE, SIGPIPE);
arch/mips/kernel/asm-offsets.c
282
DEFINE(_SIGPIPE, SIGPIPE);
arch/um/os-Linux/helper.c
226
sigaddset(&sigset, SIGPIPE);
arch/um/os-Linux/main.c
152
change_sig(SIGPIPE, 0);
fs/autofs/waitq.c
53
sigpipe = sigismember(&current->pending.signal, SIGPIPE);
fs/autofs/waitq.c
70
sigdelset(&current->pending.signal, SIGPIPE);
fs/pipe.c
462
send_sig(SIGPIPE, current, 0);
fs/pipe.c
503
send_sig(SIGPIPE, current, 0);
fs/splice.c
1263
send_sig(SIGPIPE, current, 0);
fs/splice.c
1694
send_sig(SIGPIPE, current, 0);
fs/splice.c
1750
send_sig(SIGPIPE, current, 0);
fs/splice.c
1871
send_sig(SIGPIPE, current, 0);
fs/splice.c
210
send_sig(SIGPIPE, current, 0);
fs/splice.c
252
send_sig(SIGPIPE, current, 0);
net/atm/common.c
590
send_sig(SIGPIPE, current, 0);
net/atm/common.c
619
send_sig(SIGPIPE, current, 0);
net/ax25/af_ax25.c
1522
send_sig(SIGPIPE, current, 0);
net/caif/caif_socket.c
659
send_sig(SIGPIPE, current, 0);
net/core/stream.c
195
send_sig(SIGPIPE, current, 0);
net/netrom/af_netrom.c
1063
send_sig(SIGPIPE, current, 0);
net/rose/af_rose.c
1134
send_sig(SIGPIPE, current, 0);
net/sctp/socket.c
1565
send_sig(SIGPIPE, current, 0);
net/unix/af_unix.c
2503
send_sig(SIGPIPE, current, 0);
net/x25/af_x25.c
1129
send_sig(SIGPIPE, current, 0);
security/apparmor/include/sig_names.h
22
[SIGPIPE] = 13,
tools/lib/subcmd/sigchain.c
53
sigchain_push(SIGPIPE, f);
tools/perf/builtin-daemon.c
1320
signal(SIGPIPE, SIG_IGN);
tools/perf/builtin-ftrace.c
1863
signal(SIGPIPE, sig_handler);
tools/perf/tests/builtin-test.c
326
SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM,
tools/perf/tests/kallsyms-split.c
111
signal(SIGPIPE, remove_proc_dir);
tools/perf/util/addr2line.c
146
signal(SIGPIPE, SIG_IGN);
tools/testing/selftests/bpf/urandom_read.c
75
signal(SIGPIPE, handle_sigpipe);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1527
signal(SIGPIPE, SIG_IGN);
tools/testing/vsock/util.c
39
signal(SIGPIPE, SIG_IGN);
tools/testing/vsock/vsock_test.c
1144
sigaction(SIGPIPE, &act, NULL);
tools/testing/vsock/vsock_test.c
1187
sigaction(SIGPIPE, &act, NULL);