Home
last modified time | relevance | path

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

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