Home
last modified time | relevance | path

Searched refs:EPOLLHUP (Results 1 - 25 of 173) sorted by relevance

1234567

/kernel/liteos_a/fs/vfs/include/
H A Depoll.h57 #define EPOLLHUP 0x010 macro
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dutil.c61 ev.events = EPOLLRDHUP | EPOLLHUP; in vsock_wait_remote_close()
80 assert(ev.events & (EPOLLRDHUP | EPOLLHUP)); in vsock_wait_remote_close()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Deventpoll.h32 #define EPOLLHUP (__force __poll_t) 0x00000010 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Deventpoll.h32 #define EPOLLHUP (__force __poll_t) 0x00000010 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Deventpoll.h18 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dutil.c61 ev.events = EPOLLRDHUP | EPOLLHUP; in vsock_wait_remote_close()
80 assert(ev.events & (EPOLLRDHUP | EPOLLHUP)); in vsock_wait_remote_close()
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
179 * otherwise we might race against the EPOLLHUP. in vfio_virqfd_enable()
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
179 * otherwise we might race against the EPOLLHUP. in vfio_virqfd_enable()
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_hdlc.c689 mask |= EPOLLHUP; in n_hdlc_tty_poll()
691 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_hdlc.c665 mask |= EPOLLHUP; in n_hdlc_tty_poll()
667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c133 ev.events = EPOLLIN | EPOLLHUP; in child_start()
208 if (events & EPOLLHUP) { in child_output()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A DusX2Yhwdep.c83 return EPOLLHUP; in snd_us428ctls_poll()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A DusX2Yhwdep.c76 return EPOLLHUP; in snd_us428ctls_poll()
/kernel/linux/linux-5.10/net/bluetooth/
H A Daf_bluetooth.c477 mask |= EPOLLHUP; in bt_sock_poll()
483 mask |= EPOLLHUP; in bt_sock_poll()
/kernel/linux/linux-5.10/net/core/
H A Ddatagram.c817 mask |= EPOLLHUP; in datagram_poll()
828 mask |= EPOLLHUP; in datagram_poll()
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dlirc_dev.c601 events = EPOLLHUP | EPOLLERR; in lirc_poll()
793 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dlirc_dev.c589 events = EPOLLHUP | EPOLLERR; in lirc_poll()
781 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/kernel/linux/linux-6.6/net/bluetooth/
H A Daf_bluetooth.c522 mask |= EPOLLHUP; in bt_sock_poll()
528 mask |= EPOLLHUP; in bt_sock_poll()
/kernel/linux/linux-6.6/net/core/
H A Ddatagram.c825 mask |= EPOLLHUP; in datagram_poll()
836 mask |= EPOLLHUP; in datagram_poll()
/kernel/linux/linux-5.10/drivers/gnss/
H A Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()

Completed in 15 milliseconds

1234567