Home
last modified time | relevance | path

Searched refs:sigpipe (Results 1 – 2 of 2) sorted by relevance

/linux/fs/autofs/
H A Dwaitq.c49 unsigned long sigpipe, flags; in autofs_write() local
53 sigpipe = sigismember(&current->pending.signal, SIGPIPE); in autofs_write()
68 if (wr == -EPIPE && !sigpipe) { in autofs_write()
/linux/tools/testing/vsock/
H A Dvsock_test.c1066 static void sigpipe(int signo) in sigpipe() function
1107 .sa_handler = sigpipe, in test_stream_shutwr_client()
1150 .sa_handler = sigpipe, in test_stream_shutrd_client()