/openbmc/qemu/util/ |
H A D | fdmon-epoll.c | 30 (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 D | eventpoll.h | 35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
|
/openbmc/linux/tools/testing/vsock/ |
H A D | util.c | 61 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 D | irq.c | 51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 132 ev.events = EPOLLIN | EPOLLHUP; in child_start() 207 if (events & EPOLLHUP) { in child_output()
|
/openbmc/linux/drivers/vfio/ |
H A D | virqfd.c | 56 if (flags & EPOLLHUP) { in virqfd_wakeup()
|
/openbmc/linux/drivers/tty/ |
H A D | n_hdlc.c | 665 mask |= EPOLLHUP; in n_hdlc_tty_poll() 667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usX2Yhwdep.c | 76 return EPOLLHUP; in snd_us428ctls_poll()
|
/openbmc/linux/net/core/ |
H A D | datagram.c | 833 mask |= EPOLLHUP; in datagram_poll() 844 mask |= EPOLLHUP; in datagram_poll()
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-devnode.c | 100 return EPOLLERR | EPOLLHUP; in media_poll()
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 544 mask |= EPOLLHUP; in bt_sock_poll() 550 mask |= EPOLLHUP; in bt_sock_poll()
|
/openbmc/linux/drivers/media/rc/ |
H A D | lirc_dev.c | 589 events = EPOLLHUP | EPOLLERR; in lirc_poll() 781 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 430 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 D | iowarrior.c | 710 return EPOLLERR | EPOLLHUP; in iowarrior_poll() 716 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
|
/openbmc/linux/drivers/gnss/ |
H A D | core.c | 197 mask |= EPOLLHUP; in gnss_poll()
|
/openbmc/linux/fs/ |
H A D | eventfd.c | 125 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
|
H A D | eventpoll.c | 89 #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 D | wait.c | 251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
/openbmc/linux/drivers/hv/ |
H A D | hv_utils_transport.c | 106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat.c | 144 return EPOLLERR | EPOLLHUP; in roccat_poll()
|
/openbmc/linux/tools/perf/bench/ |
H A D | epoll-ctl.c | 119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
|
/openbmc/linux/drivers/input/serio/ |
H A D | serio_raw.c | 247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
/openbmc/linux/drivers/platform/chrome/wilco_ec/ |
H A D | event.c | 330 return EPOLLHUP; in event_poll()
|
/openbmc/linux/net/caif/ |
H A D | caif_socket.c | 919 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release() 943 mask |= EPOLLHUP; in caif_poll()
|
/openbmc/linux/net/nfc/ |
H A D | llcp_sock.c | 576 mask |= EPOLLHUP; in llcp_sock_poll() 582 mask |= EPOLLHUP; in llcp_sock_poll()
|