Home
last modified time | relevance | path

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

1234

/linux/include/uapi/linux/
A Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/linux/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/arch/um/os-Linux/
A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/linux/drivers/vfio/
A Dvirqfd.c59 if (flags & EPOLLHUP) { in virqfd_wakeup()
/linux/drivers/tty/
A Dn_hdlc.c691 mask |= EPOLLHUP; in n_hdlc_tty_poll()
693 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/linux/sound/usb/usx2y/
A DusX2Yhwdep.c76 return EPOLLHUP; in snd_us428ctls_poll()
/linux/net/bluetooth/
A Daf_bluetooth.c472 mask |= EPOLLHUP; in bt_sock_poll()
478 mask |= EPOLLHUP; in bt_sock_poll()
/linux/net/core/
A Ddatagram.c815 mask |= EPOLLHUP; in datagram_poll()
824 mask |= EPOLLHUP; in datagram_poll()
/linux/drivers/media/mc/
A Dmc-devnode.c100 return EPOLLERR | EPOLLHUP; in media_poll()
/linux/drivers/media/rc/
A Dlirc_dev.c598 events = EPOLLHUP | EPOLLERR; in lirc_poll()
790 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/linux/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/drivers/usb/misc/
A Diowarrior.c684 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
690 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
/linux/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/drivers/gnss/
A Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/linux/fs/
A Deventfd.c120 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
A Deventpoll.c95 #define EPOLLEXCLUSIVE_OK_BITS (EPOLLINOUT_BITS | EPOLLERR | EPOLLHUP | \
2133 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
2147 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
/linux/drivers/hv/
A Dhv_utils_transport.c106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
/linux/kernel/sched/
A Dwait.c243 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux/drivers/input/serio/
A Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux/tools/perf/bench/
A Depoll-ctl.c118 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
A Depoll-wait.c258 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
/linux/drivers/hid/
A Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()
/linux/drivers/platform/chrome/wilco_ec/
A Devent.c331 return EPOLLHUP; in event_poll()
/linux/net/nfc/
A Dllcp_sock.c571 mask |= EPOLLHUP; in llcp_sock_poll()
577 mask |= EPOLLHUP; in llcp_sock_poll()
/linux/net/caif/
A Dcaif_socket.c928 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
952 mask |= EPOLLHUP; in caif_poll()

Completed in 44 milliseconds

1234