Home
last modified time | relevance | path

Searched refs:EPOLLIN (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c159 e.events = EPOLLIN; in TEST()
190 e.events = EPOLLIN | EPOLLET; in TEST()
222 events[0].events = EPOLLIN; in TEST()
225 events[0].events = EPOLLIN; in TEST()
260 events[0].events = EPOLLIN | EPOLLET; in TEST()
263 events[0].events = EPOLLIN | EPOLLET; in TEST()
298 e.events = EPOLLIN; in TEST()
337 e.events = EPOLLIN | EPOLLET; in TEST()
378 events[0].events = EPOLLIN; in TEST()
381 events[0].events = EPOLLIN; in TEST()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Depoll.h36 EPOLLIN = 0x001, enumerator
37 #define EPOLLIN EPOLLIN macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Depoll.h36 EPOLLIN = 0x001, enumerator
37 #define EPOLLIN EPOLLIN macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dversion_compat_defs.h41 #ifndef EPOLLIN
42 #define EPOLLIN POLLIN macro
/OK3568_Linux_fs/external/recovery/minui/
H A Devents.c89 ev.events = EPOLLIN | EPOLLWAKEUP; in ev_init()
123 ev.events = EPOLLIN | EPOLLWAKEUP; in ev_add_fd()
177 if (epevents & EPOLLIN) { in ev_get_input()
/OK3568_Linux_fs/kernel/fs/
H A Deventfd.c69 wake_up_locked_poll(&ctx->wqh, EPOLLIN | mask); in eventfd_signal_mask()
181 events |= EPOLLIN; in eventfd_poll()
309 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in eventfd_write()
H A Dtimerfd.c72 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_triggered()
113 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_clock_was_set()
245 events |= EPOLLIN; in timerfd_poll()
353 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_ioctl()
H A Deventpoll.c96 #define EPOLLINOUT_BITS (EPOLLIN | EPOLLOUT)
586 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
596 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
919 return EPOLLIN | EPOLLRDNORM; in ep_read_events_proc()
1269 case EPOLLIN: in ep_poll_callback()
1270 if (epi->event.events & EPOLLIN) in ep_poll_callback()
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvirqfd.c48 if (flags & EPOLLIN) { in virqfd_wakeup()
172 if (events & EPOLLIN) { in vfio_virqfd_enable()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-wait.c220 ev.events = EPOLLIN | EPOLLET; in workerfn()
226 ev.events |= EPOLLIN | EPOLLONESHOT; in workerfn()
297 int ret = 0, events = EPOLLIN; in do_threads()
H A Depoll-ctl.c137 ev.events = EPOLLIN; in do_epoll_op()
216 ev.events = EPOLLIN; in init_fdmaps()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Deventpoll.h31 #define EPOLLIN (__poll_t)0x00000001 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Deventpoll.h31 #define EPOLLIN (__poll_t)0x00000001 macro
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dlirc_dev.c108 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event()
129 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event()
601 events = EPOLLIN | EPOLLRDNORM; in lirc_poll()
605 events = EPOLLIN | EPOLLRDNORM; in lirc_poll()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c249 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll()
251 return EPOLLIN | EPOLLRDNORM; in mce_chrdev_poll()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dkmsg.c47 return EPOLLIN | EPOLLRDNORM; in kmsg_poll()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Deventpoll.h31 #define EPOLLIN (__force __poll_t)0x00000001 macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c360 return EPOLLIN | EPOLLRDNORM; in kbasep_timeline_io_poll()
364 return EPOLLIN | EPOLLRDNORM; in kbasep_timeline_io_poll()
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_fd.c238 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
393 n = EPOLLIN; in p9_read_work()
397 if ((n & EPOLLIN) && !test_and_set_bit(Rworksched, &m->wsched)) { in p9_read_work()
601 if (n & EPOLLIN) { in p9_conn_create()
632 if (n & EPOLLIN) { in p9_poll_mux()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dirq.c51 return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP | EPOLLRDHUP; in os_event_mask()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_file.c617 EPOLLIN | EPOLLRDNORM); in drm_read()
661 mask |= EPOLLIN | EPOLLRDNORM; in drm_poll()
817 EPOLLIN | EPOLLRDNORM); in drm_send_event_helper()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Daf_bluetooth.c447 return EPOLLIN | EPOLLRDNORM; in bt_accept_poll()
469 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; in bt_sock_poll()
475 mask |= EPOLLIN | EPOLLRDNORM; in bt_sock_poll()
/OK3568_Linux_fs/kernel/net/core/
H A Ddatagram.c81 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()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c60 if (events & (EPOLLIN | EPOLLRDNORM)) { in spu_hw_mbox_stat_poll()
62 ret |= EPOLLIN | EPOLLRDNORM; in spu_hw_mbox_stat_poll()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_test.c405 event.events = EPOLLIN; in poll_pidfd()
415 if (c != 1 || !(events[0].events & EPOLLIN)) in poll_pidfd()

12345678910>>...12