Home
last modified time | relevance | path

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

/linux-6.12.1/fs/autofs/
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.12.1/tools/testing/vsock/
Dvsock_test.c1067 static void sigpipe(int signo) in sigpipe() function
1108 .sa_handler = sigpipe, in test_stream_shutwr_client()
1151 .sa_handler = sigpipe, in test_stream_shutrd_client()