Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c62 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 Dtest_struct_ops_module.c274 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 Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/linux/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c135 ev.events = EPOLLIN | EPOLLHUP; in child_start()
210 if (events & EPOLLHUP) { in child_output()
/linux/drivers/vfio/
H A Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
/linux/drivers/tty/
H A Dn_hdlc.c665 mask |= EPOLLHUP; in n_hdlc_tty_poll()
667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/linux/fs/bcachefs/
H A Dthread_with_file.c239 mask |= EPOLLHUP|EPOLLERR; in thread_with_stdio_poll()
255 mask |= EPOLLHUP|EPOLLERR; in thread_with_stdout_poll()
/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c70 return EPOLLHUP; in snd_us428ctls_poll()
/linux/tools/testing/vsock/
H A Dutil.c74 ev.events = EPOLLRDHUP | EPOLLHUP; in vsock_wait_remote_close()
93 assert(ev.events & (EPOLLRDHUP | EPOLLHUP)); in vsock_wait_remote_close()
/linux/drivers/media/mc/
H A Dmc-devnode.c100 return EPOLLERR | EPOLLHUP; in media_poll()
/linux/net/core/
H A Ddatagram.c902 mask |= EPOLLHUP; in datagram_poll()
913 mask |= EPOLLHUP; in datagram_poll()
/linux/net/bluetooth/
H A Daf_bluetooth.c544 mask |= EPOLLHUP; in bt_sock_poll()
550 mask |= EPOLLHUP; in bt_sock_poll()
/linux/drivers/media/rc/
H A Dlirc_dev.c591 events = EPOLLHUP | EPOLLERR; in lirc_poll()
782 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/linux/kernel/sched/
H A Dwait.c211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux/fs/
H A Deventfd.c113 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
/linux/drivers/input/
H A Devdev.c421 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/drivers/hv/
H A Dhv_utils_transport.c106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
/linux/drivers/gnss/
H A Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/linux/drivers/hid/
H A Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()
/linux/tools/perf/bench/
H A Depoll-ctl.c119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
/linux/drivers/input/serio/
H A Dserio_raw.c224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux/drivers/platform/chrome/wilco_ec/
H A Devent.c330 return EPOLLHUP; in event_poll()
/linux/net/nfc/
H A Dllcp_sock.c576 mask |= EPOLLHUP; in llcp_sock_poll()
582 mask |= EPOLLHUP; in llcp_sock_poll()
/linux/net/caif/
H A Dcaif_socket.c920 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
944 mask |= EPOLLHUP; in caif_poll()

1234