Home
last modified time | relevance | path

Searched refs:POLLRDHUP (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/uapi/asm-generic/
Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/linux-6.12.1/arch/sparc/include/uapi/asm/
Dpoll.h9 #define POLLRDHUP 2048 macro
/linux-6.12.1/tools/testing/vsock/
Dvsock_perf.c208 POLLHUP | POLLRDHUP; in run_receiver()
238 if (fds.revents & (POLLHUP | POLLRDHUP)) in run_receiver()
Dvsock_test.c1442 POLLRDHUP | POLLHUP; in test_stream_credit_update_test()