| /linux/tools/testing/selftests/filesystems/epoll/ |
| A D | epoll_wakeup_test.c | 174 e.events = EPOLLIN; in TEST() 313 e.events = EPOLLIN; in TEST() 485 e.events = EPOLLIN; in TEST() 669 e.events = EPOLLIN; in TEST() 856 e.events = EPOLLIN; in TEST() 859 e.events = EPOLLIN; in TEST() 899 e.events = EPOLLIN; in TEST() 936 e.events = EPOLLIN; in TEST() 1017 e.events = EPOLLIN; in TEST() 1020 e.events = EPOLLIN; in TEST() [all …]
|
| /linux/fs/ |
| A D | eventfd.c | 76 wake_up_locked_poll(&ctx->wqh, EPOLLIN | mask); in eventfd_signal_mask() 167 events |= EPOLLIN; in eventfd_poll() 274 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in eventfd_write()
|
| A D | timerfd.c | 70 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_triggered() 111 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_clock_was_set() 259 events |= EPOLLIN; in timerfd_poll() 371 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_ioctl()
|
| A D | pidfs.c | 110 poll_flags = EPOLLIN | EPOLLRDNORM | EPOLLHUP; in pidfd_poll() 112 poll_flags = EPOLLIN | EPOLLRDNORM; in pidfd_poll()
|
| /linux/drivers/vfio/ |
| A D | virqfd.c | 45 if (flags & EPOLLIN) { in virqfd_wakeup() 180 if (events & EPOLLIN) { in vfio_virqfd_enable()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| A D | userfaultfd_util.c | 39 evt.events = EPOLLIN | EPOLLEXCLUSIVE; in uffd_handler_thread_fn() 44 evt.events = EPOLLIN; in uffd_handler_thread_fn()
|
| /linux/fs/proc/ |
| A D | kmsg.c | 44 return EPOLLIN | EPOLLRDNORM; in kmsg_poll()
|
| /linux/include/uapi/linux/ |
| A D | eventpoll.h | 31 #define EPOLLIN (__force __poll_t)0x00000001 macro
|
| /linux/tools/perf/bench/ |
| A D | epoll-wait.c | 220 ev.events = EPOLLIN | EPOLLET; in workerfn() 226 ev.events |= EPOLLIN | EPOLLONESHOT; in workerfn() 297 int ret = 0, events = EPOLLIN; in do_threads()
|
| A D | epoll-ctl.c | 137 ev.events = EPOLLIN; in do_epoll_op() 216 ev.events = EPOLLIN; in init_fdmaps()
|
| /linux/tools/thermal/lib/ |
| A D | mainloop.c | 56 .events = EPOLLIN, in mainloop_add()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | dev-mcelog.c | 248 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll() 250 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll()
|
| /linux/tools/testing/selftests/connector/ |
| A D | proc_filter.c | 118 evn.events = EPOLLIN; in register_proc_netlink() 227 if (!(ev[i].events & EPOLLIN)) in handle_events()
|
| /linux/drivers/media/rc/ |
| A D | lirc_dev.c | 100 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event() 121 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event() 595 events = EPOLLIN | EPOLLRDNORM; in lirc_poll() 599 events = EPOLLIN | EPOLLRDNORM; in lirc_poll()
|
| /linux/arch/um/os-Linux/ |
| A D | irq.c | 51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
|
| /linux/drivers/dma-buf/ |
| A D | dma-buf.c | 267 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 296 if (events & EPOLLIN) { in dma_buf_poll() 302 events &= ~EPOLLIN; in dma_buf_poll() 304 dcb->active = EPOLLIN; in dma_buf_poll() 307 if (events & EPOLLIN) { in dma_buf_poll() 315 events &= ~EPOLLIN; in dma_buf_poll()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_epoll_edge.pkt | 4 // EPOLLERR is known to be not edge-triggered unlike EPOLLIN and EPOLLOUT but
|
| A D | tcp_zerocopy_epoll_exclusive.pkt | 4 // EPOLLERR is known to be not edge-triggered unlike EPOLLIN and EPOLLOUT but
|
| /linux/net/9p/ |
| A D | trans_fd.c | 238 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll() 394 n = EPOLLIN; in p9_read_work() 398 if ((n & EPOLLIN) && !test_and_set_bit(Rworksched, &m->wsched)) { in p9_read_work() 603 if (n & EPOLLIN) { in p9_conn_create() 634 if (n & EPOLLIN) { in p9_poll_mux()
|
| /linux/tools/testing/selftests/kcmp/ |
| A D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| A D | hw_ops.c | 60 if (events & (EPOLLIN | EPOLLRDNORM)) { in spu_hw_mbox_stat_poll() 62 ret |= EPOLLIN | EPOLLRDNORM; in spu_hw_mbox_stat_poll()
|
| A D | backing_ops.c | 91 if (events & (EPOLLIN | EPOLLRDNORM)) { in spu_backing_mbox_stat_poll() 93 ret |= EPOLLIN | EPOLLRDNORM; in spu_backing_mbox_stat_poll()
|
| /linux/tools/testing/selftests/pidfd/ |
| A D | pidfd_test.c | 406 event.events = EPOLLIN; in poll_pidfd() 416 if (c != 1 || !(events[0].events & EPOLLIN)) in poll_pidfd()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_file.c | 572 EPOLLIN | EPOLLRDNORM); in drm_read() 615 mask |= EPOLLIN | EPOLLRDNORM; in drm_poll() 757 EPOLLIN | EPOLLRDNORM); in drm_send_event_helper()
|
| /linux/security/tomoyo/ |
| A D | audit.c | 474 return EPOLLIN | EPOLLRDNORM; in tomoyo_poll_log() 477 return EPOLLIN | EPOLLRDNORM; in tomoyo_poll_log()
|