Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/testing/vsock/
H A Dvsock_test.c1056 static void sigpipe(int signo) in sigpipe() function
1097 .sa_handler = sigpipe, in test_stream_shutwr_client()
1140 .sa_handler = sigpipe, in test_stream_shutrd_client()