SIGPIPE           271 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGPIPE, SIGPIPE);
SIGPIPE           143 arch/um/os-Linux/main.c 	change_sig(SIGPIPE, 0);
SIGPIPE            52 fs/autofs/waitq.c 	sigpipe = sigismember(&current->pending.signal, SIGPIPE);
SIGPIPE            69 fs/autofs/waitq.c 		sigdelset(&current->pending.signal, SIGPIPE);
SIGPIPE           395 fs/pipe.c      		send_sig(SIGPIPE, current, 0);
SIGPIPE           429 fs/pipe.c      			send_sig(SIGPIPE, current, 0);
SIGPIPE           194 fs/splice.c    		send_sig(SIGPIPE, current, 0);
SIGPIPE           234 fs/splice.c    		send_sig(SIGPIPE, current, 0);
SIGPIPE          1076 fs/splice.c    			send_sig(SIGPIPE, current, 0);
SIGPIPE          1502 fs/splice.c    			send_sig(SIGPIPE, current, 0);
SIGPIPE          1553 fs/splice.c    			send_sig(SIGPIPE, current, 0);
SIGPIPE          1663 fs/splice.c    			send_sig(SIGPIPE, current, 0);
SIGPIPE           590 net/atm/common.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE           619 net/atm/common.c 			send_sig(SIGPIPE, current, 0);
SIGPIPE          1469 net/ax25/af_ax25.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE           666 net/caif/caif_socket.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE           188 net/core/stream.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE          1952 net/decnet/af_decnet.c 			send_sig(SIGPIPE, current, 0);
SIGPIPE          1031 net/netrom/af_netrom.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE          1046 net/rose/af_rose.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE          1568 net/sctp/socket.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE          1879 net/unix/af_unix.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE          1996 net/unix/af_unix.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE          1117 net/x25/af_x25.c 		send_sig(SIGPIPE, current, 0);
SIGPIPE            26 security/apparmor/include/sig_names.h 	[SIGPIPE] = 13,
SIGPIPE            53 tools/lib/subcmd/sigchain.c 	sigchain_push(SIGPIPE, f);
SIGPIPE           301 tools/perf/builtin-ftrace.c 	signal(SIGPIPE, sig_handler);
SIGPIPE           534 tools/testing/vsock/vsock_diag_test.c 	signal(SIGPIPE, SIG_IGN);