Home
last modified time | relevance | path

Searched refs:EPOLLRDHUP (Results 1 – 19 of 19) sorted by relevance

/linux/include/uapi/linux/
H A Deventpoll.h42 #define EPOLLRDHUP (__force __poll_t)0x00002000 macro
/linux/tools/testing/selftests/coredump/
H A Dcoredump_test_helpers.c331 ev.events = EPOLLIN | EPOLLRDHUP | EPOLLET; in process_coredump_worker()
346 if (events[0].events & (EPOLLIN | EPOLLRDHUP)) { in process_coredump_worker()
/linux/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/linux/tools/testing/vsock/
H A Dutil.c80 ev.events = EPOLLRDHUP | EPOLLHUP; in vsock_wait_remote_close()
99 assert(ev.events & (EPOLLRDHUP | EPOLLHUP)); in vsock_wait_remote_close()
/linux/net/core/
H A Ddatagram.c955 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in datagram_poll_queue()
/linux/io_uring/
H A Dpoll.c134 #define IO_POLL_UNMASK (EPOLLERR|EPOLLHUP|EPOLLNVAL|EPOLLRDHUP) in io_init_poll_iocb()
/linux/net/bluetooth/
H A Daf_bluetooth.c601 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in bt_sock_poll()
/linux/net/dccp/
H A Dproto.c
/linux/net/nfc/
H A Dllcp_sock.c579 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in llcp_sock_poll()
/linux/net/unix/
H A Daf_unix.c3371 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in unix_poll()
3419 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in unix_dgram_poll()
/linux/drivers/pci/switch/
H A Dswitchtec.c645 return EPOLLIN | EPOLLRDHUP | EPOLLOUT | EPOLLERR | EPOLLHUP; in switchtec_dev_poll()
/linux/net/iucv/
H A Daf_iucv.c1381 mask |= EPOLLRDHUP; in iucv_sock_poll()
/linux/net/vmw_vsock/
H A Daf_vsock.c1270 mask |= EPOLLRDHUP; in vsock_poll()
/linux/net/sunrpc/
H A Dxprtsock.c771 return (events & (EPOLLIN | EPOLLRDNORM)) && !(events & EPOLLRDHUP); in xs_poll_socket_readable()
/linux/net/smc/
H A Daf_smc.c2933 mask |= EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in smc_poll()
/linux/net/tipc/
H A Dsocket.c801 revents |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in tipc_poll()
/linux/net/mptcp/
H A Dprotocol.c4350 mask |= EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mptcp_poll()
/linux/net/ipv4/
H A Dtcp.c584 mask |= EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in tcp_poll()
/linux/net/sctp/
H A Dsocket.c8735 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in sctp_poll()