Home
last modified time | relevance | path

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

1234

/Linux-v5.10/include/uapi/linux/
Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/Linux-v5.10/tools/testing/vsock/
Dutil.c61 ev.events = EPOLLRDHUP | EPOLLHUP; in vsock_wait_remote_close()
80 assert(ev.events & (EPOLLRDHUP | EPOLLHUP)); in vsock_wait_remote_close()
/Linux-v5.10/drivers/vfio/
Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
/Linux-v5.10/drivers/tty/
Dn_hdlc.c645 mask |= EPOLLHUP; in n_hdlc_tty_poll()
647 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/Linux-v5.10/sound/usb/usx2y/
DusX2Yhwdep.c83 return EPOLLHUP; in snd_us428ctls_poll()
/Linux-v5.10/net/bluetooth/
Daf_bluetooth.c472 mask |= EPOLLHUP; in bt_sock_poll()
478 mask |= EPOLLHUP; in bt_sock_poll()
/Linux-v5.10/net/core/
Ddatagram.c806 mask |= EPOLLHUP; in datagram_poll()
815 mask |= EPOLLHUP; in datagram_poll()
/Linux-v5.10/drivers/media/mc/
Dmc-devnode.c100 return EPOLLERR | EPOLLHUP; in media_poll()
/Linux-v5.10/drivers/media/rc/
Dlirc_dev.c597 events = EPOLLHUP | EPOLLERR; in lirc_poll()
789 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/Linux-v5.10/drivers/hv/
Dhv_utils_transport.c106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
/Linux-v5.10/drivers/gnss/
Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/Linux-v5.10/fs/
Deventfd.c122 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
Dsignalfd.c48 wake_up_poll(wqh, EPOLLHUP | POLLFREE); in signalfd_cleanup()
Deventpoll.c95 #define EPOLLEXCLUSIVE_OK_BITS (EPOLLINOUT_BITS | EPOLLERR | EPOLLHUP | \
2227 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
2241 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
/Linux-v5.10/drivers/usb/misc/
Diowarrior.c691 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
697 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
/Linux-v5.10/drivers/media/pci/cx18/
Dcx18-fileops.c628 return res | EPOLLHUP; in cx18_v4l2_enc_poll()
642 return res | EPOLLHUP; in cx18_v4l2_enc_poll()
/Linux-v5.10/drivers/input/
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-v5.10/drivers/hid/
Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()
/Linux-v5.10/tools/perf/bench/
Depoll-ctl.c119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
Depoll-wait.c259 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
/Linux-v5.10/drivers/input/serio/
Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/Linux-v5.10/drivers/platform/chrome/wilco_ec/
Devent.c331 return EPOLLHUP; in event_poll()
/Linux-v5.10/net/nfc/
Dllcp_sock.c565 mask |= EPOLLHUP; in llcp_sock_poll()
571 mask |= EPOLLHUP; in llcp_sock_poll()
/Linux-v5.10/net/caif/
Dcaif_socket.c927 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
951 mask |= EPOLLHUP; in caif_poll()
/Linux-v5.10/drivers/char/tpm/
Dtpm_vtpm_proxy.c186 ret |= EPOLLHUP; in vtpm_proxy_fops_poll()

1234