Home
last modified time | relevance | path

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

1234

/linux-6.6.21/include/uapi/linux/
Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/linux-6.6.21/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-6.6.21/arch/um/os-Linux/
Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/linux-6.6.21/drivers/vfio/
Dvirqfd.c56 if (flags & EPOLLHUP) { in virqfd_wakeup()
/linux-6.6.21/tools/testing/selftests/arm64/fp/
Dfp-stress.c133 ev.events = EPOLLIN | EPOLLHUP; in child_start()
208 if (events & EPOLLHUP) { in child_output()
/linux-6.6.21/drivers/tty/
Dn_hdlc.c665 mask |= EPOLLHUP; in n_hdlc_tty_poll()
667 mask |= EPOLLHUP; in n_hdlc_tty_poll()
/linux-6.6.21/sound/usb/usx2y/
DusX2Yhwdep.c76 return EPOLLHUP; in snd_us428ctls_poll()
/linux-6.6.21/net/core/
Ddatagram.c825 mask |= EPOLLHUP; in datagram_poll()
836 mask |= EPOLLHUP; in datagram_poll()
/linux-6.6.21/drivers/media/mc/
Dmc-devnode.c100 return EPOLLERR | EPOLLHUP; in media_poll()
/linux-6.6.21/net/bluetooth/
Daf_bluetooth.c527 mask |= EPOLLHUP; in bt_sock_poll()
533 mask |= EPOLLHUP; in bt_sock_poll()
/linux-6.6.21/drivers/media/rc/
Dlirc_dev.c589 events = EPOLLHUP | EPOLLERR; in lirc_poll()
781 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/linux-6.6.21/kernel/sched/
Dwait.c251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux-6.6.21/fs/
Deventfd.c125 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
Deventpoll.c89 #define EPOLLEXCLUSIVE_OK_BITS (EPOLLINOUT_BITS | EPOLLERR | EPOLLHUP | \
2218 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
2238 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl()
/linux-6.6.21/drivers/hv/
Dhv_utils_transport.c106 return EPOLLERR | EPOLLHUP; in hvt_op_poll()
/linux-6.6.21/drivers/gnss/
Dcore.c197 mask |= EPOLLHUP; in gnss_poll()
/linux-6.6.21/drivers/usb/misc/
Diowarrior.c684 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
690 return EPOLLERR | EPOLLHUP; in iowarrior_poll()
/linux-6.6.21/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-6.6.21/tools/perf/bench/
Depoll-ctl.c119 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
Depoll-wait.c259 ev.events = EPOLLHUP; /* anything */ in nest_epollfd()
/linux-6.6.21/drivers/hid/
Dhid-roccat.c144 return EPOLLERR | EPOLLHUP; in roccat_poll()
/linux-6.6.21/drivers/input/serio/
Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux-6.6.21/drivers/platform/chrome/wilco_ec/
Devent.c330 return EPOLLHUP; in event_poll()
/linux-6.6.21/net/caif/
Dcaif_socket.c919 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
943 mask |= EPOLLHUP; in caif_poll()
/linux-6.6.21/net/nfc/
Dllcp_sock.c576 mask |= EPOLLHUP; in llcp_sock_poll()
582 mask |= EPOLLHUP; in llcp_sock_poll()

1234