/linux-6.3-rc2/include/uapi/linux/ |
A D | eventpoll.h | 35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
|
/linux-6.3-rc2/tools/testing/vsock/ |
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()
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | irq.c | 51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
|
/linux-6.3-rc2/drivers/vfio/ |
A D | virqfd.c | 56 if (flags & EPOLLHUP) { in virqfd_wakeup()
|
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/ |
A D | fp-stress.c | 133 ev.events = EPOLLIN | EPOLLHUP; in child_start() 208 if (events & EPOLLHUP) { in child_output()
|
/linux-6.3-rc2/drivers/tty/ |
A D | n_hdlc.c | 665 mask |= EPOLLHUP; in n_hdlc_tty_poll() 667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
|
/linux-6.3-rc2/sound/usb/usx2y/ |
A D | usX2Yhwdep.c | 76 return EPOLLHUP; in snd_us428ctls_poll()
|
/linux-6.3-rc2/net/bluetooth/ |
A D | af_bluetooth.c | 473 mask |= EPOLLHUP; in bt_sock_poll() 479 mask |= EPOLLHUP; in bt_sock_poll()
|
/linux-6.3-rc2/net/core/ |
A D | datagram.c | 814 mask |= EPOLLHUP; in datagram_poll() 823 mask |= EPOLLHUP; in datagram_poll()
|
/linux-6.3-rc2/drivers/media/mc/ |
A D | mc-devnode.c | 100 return EPOLLERR | EPOLLHUP; in media_poll()
|
/linux-6.3-rc2/drivers/media/rc/ |
A D | lirc_dev.c | 585 events = EPOLLHUP | EPOLLERR; in lirc_poll() 777 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
|
/linux-6.3-rc2/fs/ |
A D | eventfd.c | 125 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
|
A D | eventpoll.c | 95 #define EPOLLEXCLUSIVE_OK_BITS (EPOLLINOUT_BITS | EPOLLERR | EPOLLHUP | \ 2164 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl() 2178 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
|
/linux-6.3-rc2/drivers/gnss/ |
A D | core.c | 197 mask |= EPOLLHUP; in gnss_poll()
|
/linux-6.3-rc2/drivers/hv/ |
A D | hv_utils_transport.c | 106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
|
/linux-6.3-rc2/kernel/sched/ |
A D | wait.c | 246 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
/linux-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-fileops.c | 628 return res | EPOLLHUP; in cx18_v4l2_enc_poll() 642 return res | EPOLLHUP; in cx18_v4l2_enc_poll()
|
/linux-6.3-rc2/drivers/usb/misc/ |
A D | iowarrior.c | 684 return EPOLLERR | EPOLLHUP; in iowarrior_poll() 690 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
|
/linux-6.3-rc2/drivers/input/ |
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()
|
/linux-6.3-rc2/drivers/input/serio/ |
A D | serio_raw.c | 247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-roccat.c | 144 return EPOLLERR | EPOLLHUP; in roccat_poll()
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | epoll-ctl.c | 119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
|
A D | epoll-wait.c | 259 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
|
/linux-6.3-rc2/drivers/platform/chrome/wilco_ec/ |
A D | event.c | 331 return EPOLLHUP; in event_poll()
|
/linux-6.3-rc2/net/caif/ |
A D | caif_socket.c | 919 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release() 943 mask |= EPOLLHUP; in caif_poll()
|