Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/include/uapi/linux/
A Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/linux-6.3-rc2/tools/testing/vsock/
A Dutil.c61 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 Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/linux-6.3-rc2/drivers/vfio/
A Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dfp-stress.c133 ev.events = EPOLLIN | EPOLLHUP; in child_start()
208 if (events & EPOLLHUP) { in child_output()
/linux-6.3-rc2/drivers/tty/
A Dn_hdlc.c665 mask |= EPOLLHUP; in n_hdlc_tty_poll()
667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/linux-6.3-rc2/sound/usb/usx2y/
A DusX2Yhwdep.c76 return EPOLLHUP; in snd_us428ctls_poll()
/linux-6.3-rc2/net/bluetooth/
A Daf_bluetooth.c473 mask |= EPOLLHUP; in bt_sock_poll()
479 mask |= EPOLLHUP; in bt_sock_poll()
/linux-6.3-rc2/net/core/
A Ddatagram.c814 mask |= EPOLLHUP; in datagram_poll()
823 mask |= EPOLLHUP; in datagram_poll()
/linux-6.3-rc2/drivers/media/mc/
A Dmc-devnode.c100 return EPOLLERR | EPOLLHUP; in media_poll()
/linux-6.3-rc2/drivers/media/rc/
A Dlirc_dev.c585 events = EPOLLHUP | EPOLLERR; in lirc_poll()
777 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/linux-6.3-rc2/fs/
A Deventfd.c125 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
A Deventpoll.c95 #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 Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/linux-6.3-rc2/drivers/hv/
A Dhv_utils_transport.c106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
/linux-6.3-rc2/kernel/sched/
A Dwait.c246 __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 Dcx18-fileops.c628 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 Diowarrior.c684 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
690 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
/linux-6.3-rc2/drivers/input/
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()
/linux-6.3-rc2/drivers/input/serio/
A Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux-6.3-rc2/drivers/hid/
A Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()
/linux-6.3-rc2/tools/perf/bench/
A Depoll-ctl.c119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
A Depoll-wait.c259 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
/linux-6.3-rc2/drivers/platform/chrome/wilco_ec/
A Devent.c331 return EPOLLHUP; in event_poll()
/linux-6.3-rc2/net/caif/
A Dcaif_socket.c919 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
943 mask |= EPOLLHUP; in caif_poll()

Completed in 47 milliseconds

1234