Home
last modified time | relevance | path

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

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