Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/linux/arch/sparc/include/uapi/asm/
H A Dpoll.h9 #define POLLRDHUP 2048 macro
/linux/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.c1533 POLLRDHUP | POLLHUP; in test_stream_credit_update_test()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-hvpipe.c420 return POLLRDHUP; in papr_hvpipe_handle_poll()
/linux/io_uring/
H A Dpoll.c311 if ((req->cqe.res & (POLLHUP | POLLRDHUP)) && v != 1) in io_poll_check_events()