| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | userfaultfd_util.c | 62 TEST_ASSERT(!(evt.events & (EPOLLERR | EPOLLHUP)), in uffd_handler_thread_fn() 70 TEST_ASSERT(!(evt.events & (EPOLLERR | EPOLLHUP)), in uffd_handler_thread_fn()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_struct_ops_module.c | 274 ev.events = EPOLLHUP; in test_detach_link() 291 if (!ASSERT_TRUE(events[0].events & EPOLLHUP, "events[0].events")) in test_detach_link()
|
| /linux/include/uapi/linux/ |
| H A D | eventpoll.h | 35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
|
| /linux/arch/um/os-Linux/ |
| H A D | irq.c | 51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress.c | 132 ev.events = EPOLLIN | EPOLLHUP; in start_thread() 214 if (events & EPOLLHUP) { in child_output()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 135 ev.events = EPOLLIN | EPOLLHUP; in child_start() 210 if (events & EPOLLHUP) { in child_output()
|
| /linux/drivers/tty/ |
| H A D | n_hdlc.c | 655 mask |= EPOLLHUP; in n_hdlc_tty_poll() 657 mask |= EPOLLHUP; in n_hdlc_tty_poll()
|
| /linux/drivers/vfio/ |
| H A D | virqfd.c | 56 if (flags & EPOLLHUP) { in virqfd_wakeup()
|
| /linux/sound/usb/usx2y/ |
| H A D | usX2Yhwdep.c | 70 return EPOLLHUP; in snd_us428ctls_poll()
|
| /linux/drivers/media/rc/ |
| H A D | lirc_dev.c | 591 events = EPOLLHUP | EPOLLERR; in lirc_poll() 783 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
|
| /linux/tools/testing/vsock/ |
| H A D | util.c | 80 ev.events = EPOLLRDHUP | EPOLLHUP; in vsock_wait_remote_close() 99 assert(ev.events & (EPOLLRDHUP | EPOLLHUP)); in vsock_wait_remote_close()
|
| /linux/fs/ |
| H A D | eventfd.c | 113 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
|
| H A D | eventpoll.c | 90 #define EPOLLEXCLUSIVE_OK_BITS (EPOLLINOUT_BITS | EPOLLERR | EPOLLHUP | \ 2342 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl() 2362 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
|
| /linux/drivers/input/ |
| H A D | evdev.c | 421 wake_up_interruptible_poll(&client->wait, EPOLLHUP | EPOLLERR); in evdev_hangup() 619 mask = EPOLLHUP | EPOLLERR; in evdev_poll() 947 wake_up_interruptible_poll(&client->wait, EPOLLHUP | EPOLLERR); in evdev_revoke()
|
| /linux/net/core/ |
| H A D | datagram.c | 957 mask |= EPOLLHUP; in datagram_poll_queue() 968 mask |= EPOLLHUP; in datagram_poll_queue()
|
| /linux/kernel/sched/ |
| H A D | wait.c | 230 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
| /linux/drivers/gnss/ |
| H A D | core.c | 197 mask |= EPOLLHUP; in gnss_poll()
|
| /linux/drivers/hv/ |
| H A D | hv_utils_transport.c | 106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
|
| /linux/tools/perf/bench/ |
| H A D | epoll-ctl.c | 119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
|
| /linux/drivers/input/serio/ |
| H A D | serio_raw.c | 224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
| /linux/drivers/hid/ |
| H A D | hid-roccat.c | 144 return EPOLLERR | EPOLLHUP; in roccat_poll()
|
| /linux/net/nfc/ |
| H A D | llcp_sock.c | 576 mask |= EPOLLHUP; in llcp_sock_poll() 582 mask |= EPOLLHUP; in llcp_sock_poll()
|
| /linux/kernel/ |
| H A D | seccomp.c | 536 wake_up_poll(&orig->wqh, EPOLLHUP); in __seccomp_filter_orphan() 1519 if (key && !(key_to_poll(key) & (EPOLLIN | EPOLLERR | EPOLLHUP))) in recv_wake_function() 1879 ret |= EPOLLHUP; in seccomp_notify_poll()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_vtpm_proxy.c | 186 ret |= EPOLLHUP; in vtpm_proxy_fops_poll()
|
| /linux/drivers/tty/vt/ |
| H A D | vc_screen.c | 708 ret = DEFAULT_POLLMASK|EPOLLHUP|EPOLLERR; in vcs_poll()
|