Home
last modified time | relevance | path

Searched refs:POLLIN (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dfdarray.c41 fdarray__init_revents(fda, POLLIN); in test__fdarray__filter()
58 fda->entries[2].revents = POLLIN; in test__fdarray__filter()
70 fda->entries[0].revents = POLLIN; in test__fdarray__filter()
71 fda->entries[3].revents = POLLIN; in test__fdarray__filter()
127 FDA_ADD(0, 1, POLLIN, 1); in test__fdarray__add()
141 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add()
145 FDA_CHECK(0, 1, POLLIN); in test__fdarray__add()
148 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c471 events |= POLLIN; in epoll_mod()
504 ctl.events |= POLLIN; in ospoll_listen()
505 ospoll->fds[pos].revents &= ~POLLIN; in ospoll_listen()
521 ospoll->fds[pos].events |= POLLIN; in ospoll_listen()
522 ospoll->osfds[pos].revents &= ~POLLIN; in ospoll_listen()
546 ctl.events |= POLLIN; in ospoll_mute()
561 ospoll->fds[pos].events &= ~POLLIN; in ospoll_mute()
585 osfd->revents = (revents & (POLLIN|POLLOUT)); in ospoll_wait()
590 if (revents & POLLIN) in ospoll_wait()
594 if (revents & (~(POLLIN|POLLOUT))) in ospoll_wait()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsock_server.c44 if (revents & POLLIN) { in server_io_cb()
46 *events &= ~POLLIN; in server_io_cb()
58 if (!(revents & ~(POLLIN | POLLOUT))) in server_io_cb()
114 short io_events = POLLIN | POLLOUT; in tcp_server_accept_cb()
116 if (!(revents & POLLIN)) in tcp_server_accept_cb()
142 if (!(revents & POLLIN)) in udp_server_cb()
167 ts->bind[n].fd, POLLIN)) in sock_server()
172 ts->quit_fd, POLLIN)) in sock_server()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-Add-listen-action-for-a-tcp-socket.patch10 poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND},{fd=4, events=POLLIN|POLLPRI|POLLRDNORM|P…
11 {fd=5, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND},{fd=6, events =POLLIN|POLLPRI|POLLRDNORM|POLLRD…
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt953 poll([{fd=5, events=POLLIN|POLLERR|POLLHUP, revents=POLLIN|POLLHUP}], 1, 5000) = 1
2540 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2541 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2544 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2546 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2573 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2575 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2577 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2579 poll([{fd=3, events=POLLIN}], 1, 0) = 0
2581 poll([{fd=3, events=POLLIN}], 1, 0) = 0
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dfake_v4l2_device.cpp170 poll_fds[0].events = (POLLPRI | POLLIN | POLLOUT); in poll_event()
174 poll_fds[1].events = POLLPRI | POLLIN | POLLOUT; in poll_event()
181 if (poll_fds[1].revents & (POLLIN | POLLPRI)) { in poll_event()
187 if (poll_fds[0].revents & (POLLIN | POLLPRI)) { in poll_event()
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c430 pfds[0].events = POLLIN; in main()
432 pfds[1].events = POLLIN; in main()
450 if (pfds[0].revents & POLLIN) { in main()
455 if (pfds[1].revents & POLLIN) { in main()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dubd_user.c40 kernel_pollfd.events = POLLIN; in start_io_thread()
70 kernel_pollfd.events = POLLIN; in ubd_read_poll()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_eventfd.cpp52 nfds.events = POLLIN; in mpp_eventfd_read()
55 if (ret == 1 && (nfds.revents & POLLIN) && in mpp_eventfd_read()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c32 fds.events = POLLIN; in main()
97 if (!(fds.revents & POLLIN)) in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c273 .events = POLLIN in wait_for_pending_reads()
281 if (!(pollfd.revents | POLLIN)) in wait_for_pending_reads()
301 .events = POLLIN in wait_for_pending_reads2()
309 if (!(pollfd.revents | POLLIN)) in wait_for_pending_reads2()
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0005-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 05/14] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0005-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 05/17] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0005-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 05/15] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0007-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 07/17] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0009-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 09/14] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0006-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 06/14] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0006-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 06/17] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0005-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 05/17] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0006-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 06/14] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0005-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 05/15] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0006-media-gpu-v4l2-Use-POLLIN-for-pending-event.patch4 Subject: [PATCH 06/18] media: gpu: v4l2: Use POLLIN for pending event
23 + *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLIN);
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c53 pfd.events = POLLIN; in waiter_entry1ap()
80 pfd.events = POLLIN; in waiter_entry1op()
107 pfd.events = POLLIN; in waiter_entry2ap()
304 pfd.events = POLLIN; in TEST()
309 pfd.events = POLLIN; in TEST()
343 pfd.events = POLLIN; in TEST()
348 pfd.events = POLLIN; in TEST()
388 pfd.events = POLLIN; in TEST()
393 pfd.events = POLLIN; in TEST()
434 pfd.events = POLLIN; in TEST()
[all …]
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DGobiNetCM.c134 struct pollfd pollfds[16] = {{qmidevice_control_fd[1], POLLIN, 0}}; in GobiNetThread()
143 pollfds[nevents].events = POLLIN; in GobiNetThread()
177 if ((revents & POLLIN) == 0) in GobiNetThread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c343 .events = POLLIN | POLLOUT, in copyfd_io_poll()
366 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
370 if (fds.revents & POLLIN) { in copyfd_io_poll()
376 fds.events &= ~POLLIN; in copyfd_io_poll()
410 if ((fds.events & POLLIN) == 0) in copyfd_io_poll()
708 polls.events = POLLIN; in main_loop_s()

123456