/linux-6.3-rc2/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-6.3-rc2/drivers/vfio/ |
A D | virqfd.c | 45 if (flags & EPOLLIN) { in virqfd_wakeup() 172 if (events & EPOLLIN) { in vfio_virqfd_enable()
|
/linux-6.3-rc2/fs/ |
A D | eventfd.c | 67 wake_up_locked_poll(&ctx->wqh, EPOLLIN | mask); in eventfd_signal_mask() 179 events |= EPOLLIN; in eventfd_poll() 313 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() 367 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_ioctl()
|
A D | eventpoll.c | 93 #define EPOLLINOUT_BITS (EPOLLIN | EPOLLOUT) 526 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 536 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 825 res = EPOLLIN | EPOLLRDNORM; in __ep_eventpoll_poll() 1190 case EPOLLIN: in ep_poll_callback() 1191 if (epi->event.events & EPOLLIN) in ep_poll_callback()
|
/linux-6.3-rc2/fs/proc/ |
A D | kmsg.c | 44 return EPOLLIN | EPOLLRDNORM; in kmsg_poll()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | eventpoll.h | 31 #define EPOLLIN (__force __poll_t)0x00000001 macro
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/tools/thermal/lib/ |
A D | mainloop.c | 59 .events = EPOLLIN, in mainloop_add()
|
/linux-6.3-rc2/drivers/media/rc/ |
A D | lirc_dev.c | 98 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event() 119 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event() 589 events = EPOLLIN | EPOLLRDNORM; in lirc_poll() 593 events = EPOLLIN | EPOLLRDNORM; in lirc_poll()
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | irq.c | 51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
|
/linux-6.3-rc2/drivers/dma-buf/ |
A D | dma-buf.c | 256 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 285 if (events & EPOLLIN) { in dma_buf_poll() 291 events &= ~EPOLLIN; in dma_buf_poll() 293 dcb->active = EPOLLIN; in dma_buf_poll() 296 if (events & EPOLLIN) { in dma_buf_poll() 304 events &= ~EPOLLIN; in dma_buf_poll()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_file.c | 612 EPOLLIN | EPOLLRDNORM); in drm_read() 656 mask |= EPOLLIN | EPOLLRDNORM; in drm_poll() 800 EPOLLIN | EPOLLRDNORM); in drm_send_event_helper()
|
/linux-6.3-rc2/net/9p/ |
A D | trans_fd.c | 239 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll() 395 n = EPOLLIN; in p9_read_work() 399 if ((n & EPOLLIN) && !test_and_set_bit(Rworksched, &m->wsched)) { in p9_read_work() 604 if (n & EPOLLIN) { in p9_conn_create() 635 if (n & EPOLLIN) { in p9_poll_mux()
|
/linux-6.3-rc2/tools/testing/selftests/kcmp/ |
A D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
/linux-6.3-rc2/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-6.3-rc2/io_uring/ |
A D | io_uring.h | 228 poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in io_poll_wq_wake() 246 poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in __io_cqring_wake()
|
/linux-6.3-rc2/tools/testing/selftests/pidfd/ |
A D | pidfd_test.c | 405 event.events = EPOLLIN; in poll_pidfd() 415 if (c != 1 || !(events[0].events & EPOLLIN)) in poll_pidfd()
|
/linux-6.3-rc2/net/bluetooth/ |
A D | af_bluetooth.c | 448 return EPOLLIN | EPOLLRDNORM; in bt_accept_poll() 470 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in bt_sock_poll() 476 mask |= EPOLLIN | EPOLLRDNORM; in bt_sock_poll()
|
/linux-6.3-rc2/net/core/ |
A D | datagram.c | 79 if (key && !(key_to_poll(key) & (EPOLLIN | EPOLLERR))) in receiver_wake_function() 812 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in datagram_poll() 818 mask |= EPOLLIN | EPOLLRDNORM; in datagram_poll()
|
/linux-6.3-rc2/security/tomoyo/ |
A D | audit.c | 474 return EPOLLIN | EPOLLRDNORM; in tomoyo_poll_log() 477 return EPOLLIN | EPOLLRDNORM; in tomoyo_poll_log()
|
/linux-6.3-rc2/net/qrtr/ |
A D | tun.c | 122 mask |= EPOLLIN | EPOLLRDNORM; in qrtr_tun_poll()
|