Home
last modified time | relevance | path

Searched refs:EPOLLHUP (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/qemu/util/
H A Dfdmon-epoll.c30 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
85 (ev & EPOLLHUP ? G_IO_HUP : 0) | in fdmon_epoll_wait()
/openbmc/linux/include/uapi/linux/
H A Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/openbmc/linux/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()
/openbmc/linux/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c132 ev.events = EPOLLIN | EPOLLHUP; in child_start()
207 if (events & EPOLLHUP) { in child_output()
/openbmc/linux/drivers/vfio/
H A Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
/openbmc/linux/drivers/tty/
H A Dn_hdlc.c665 mask |= EPOLLHUP; in n_hdlc_tty_poll()
667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/openbmc/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c76 return EPOLLHUP; in snd_us428ctls_poll()
/openbmc/linux/net/core/
H A Ddatagram.c833 mask |= EPOLLHUP; in datagram_poll()
844 mask |= EPOLLHUP; in datagram_poll()
/openbmc/linux/drivers/media/mc/
H A Dmc-devnode.c100 return EPOLLERR | EPOLLHUP; in media_poll()
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c544 mask |= EPOLLHUP; in bt_sock_poll()
550 mask |= EPOLLHUP; in bt_sock_poll()
/openbmc/linux/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()
/openbmc/linux/drivers/input/
H A Devdev.c430 wake_up_interruptible_poll(&client->wait, EPOLLHUP | EPOLLERR); in evdev_hangup()
621 mask = EPOLLHUP | EPOLLERR; in evdev_poll()
949 wake_up_interruptible_poll(&client->wait, EPOLLHUP | EPOLLERR); in evdev_revoke()
/openbmc/linux/drivers/usb/misc/
H A Diowarrior.c710 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
716 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
/openbmc/linux/drivers/gnss/
H A Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/openbmc/linux/fs/
H A Deventfd.c125 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
H A Deventpoll.c89 #define EPOLLEXCLUSIVE_OK_BITS (EPOLLINOUT_BITS | EPOLLERR | EPOLLHUP | \
2259 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
2279 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
/openbmc/linux/kernel/sched/
H A Dwait.c251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/openbmc/linux/drivers/hv/
H A Dhv_utils_transport.c106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
/openbmc/linux/drivers/hid/
H A Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()
/openbmc/linux/tools/perf/bench/
H A Depoll-ctl.c119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Devent.c330 return EPOLLHUP; in event_poll()
/openbmc/linux/net/caif/
H A Dcaif_socket.c919 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
943 mask |= EPOLLHUP; in caif_poll()
/openbmc/linux/net/nfc/
H A Dllcp_sock.c576 mask |= EPOLLHUP; in llcp_sock_poll()
582 mask |= EPOLLHUP; in llcp_sock_poll()

1234