Home
last modified time | relevance | path

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

1234

/linux-6.15/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()
/linux-6.15/tools/testing/selftests/ftrace/
H A Dpoll.c24 struct pollfd pfd = {.events = POLLIN}; in main()
32 pfd.events = POLLIN; in main()
59 if (pfd.events & POLLIN) in main()
/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_info_test.c206 fds.events = POLLIN; in TEST_F()
211 ASSERT_TRUE(!!(fds.revents & POLLIN)); in TEST_F()
282 fds.events = POLLIN; in TEST_F()
287 if (fds.revents & POLLIN) in TEST_F()
349 fds.events = POLLIN; in TEST_F()
461 fds.events = POLLIN; in TEST_F()
466 if (fds.revents & POLLIN) in TEST_F()
526 fds.events = POLLIN; in TEST_F()
617 fds.events = POLLIN; in TEST_F()
622 if (fds.revents & POLLIN) in TEST_F()
[all …]
H A Dpidfd_poll_test.c32 fds.events = POLLIN; in main()
97 if (!(fds.revents & POLLIN)) in main()
/linux-6.15/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()
/linux-6.15/tools/testing/selftests/cgroup/
H A Dwait_inotify.c33 struct pollfd fds = { .events = POLLIN, }; in main()
73 if ((ret > 0) && (fds.revents & POLLIN)) in main()
/linux-6.15/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()
/linux-6.15/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c68 pfd.events = POLLIN; in waiter_entry1ap()
95 pfd.events = POLLIN; in waiter_entry1op()
122 pfd.events = POLLIN; in waiter_entry2ap()
319 pfd.events = POLLIN; in TEST()
324 pfd.events = POLLIN; in TEST()
358 pfd.events = POLLIN; in TEST()
363 pfd.events = POLLIN; in TEST()
403 pfd.events = POLLIN; in TEST()
408 pfd.events = POLLIN; in TEST()
449 pfd.events = POLLIN; in TEST()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-daemon.c449 .events = POLLIN, in daemon_session__wait()
488 .events = POLLIN, in daemon__wait()
514 struct pollfd pollfd = { .events = POLLIN, }; in daemon_session__control()
563 if (!(pollfd.revents & POLLIN)) { in daemon_session__control()
1308 sock_pos = fdarray__add(&fda, sock_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
1312 file_pos = fdarray__add(&fda, conf_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
1316 signal_pos = fdarray__add(&fda, signal_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
1330 if (fda.entries[sock_pos].revents & POLLIN) in __cmd_start()
1332 if (fda.entries[file_pos].revents & POLLIN) in __cmd_start()
1334 if (fda.entries[signal_pos].revents & POLLIN) in __cmd_start()
/linux-6.15/tools/lib/api/
H A Dio.h58 .events = POLLIN, in io__fill_buffer()
65 if (n > 0 && !(pfds[0].revents & POLLIN)) { in io__fill_buffer()
/linux-6.15/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c97 pfd.events = POLLIN; in do_poll()
120 if (pfd.revents != POLLIN) in do_poll()
122 pfd.revents, POLLIN); in do_poll()
H A Dtls.c1213 fd.events = POLLIN; in TEST_F()
1230 fd.events = POLLIN; in TEST_F()
1245 fd.events = POLLIN; in TEST_F()
1257 fd.events = POLLIN; in TEST_F()
2094 pfd.events = POLLIN; in TEST_F()
2114 pfd.events = POLLIN; in TEST_F()
2161 pfd.events = POLLIN; in TEST_F()
2364 pfd.events = POLLIN; in TEST_F()
2376 pfd.events = POLLIN; in TEST_F()
2381 pfd.events = POLLIN; in TEST_F()
[all …]
/linux-6.15/include/uapi/asm-generic/
H A Dpoll.h6 #define POLLIN 0x0001 macro
/linux-6.15/tools/testing/selftests/hid/
H A Dhidraw.c143 pfds[0].events = POLLIN; in TEST_F()
154 if (pfds[0].revents & POLLIN) { in TEST_F()
/linux-6.15/samples/nitro_enclaves/
H A Dne_ioctl_sample.c206 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd()
697 fds[0].events = POLLIN; in ne_start_enclave_check_booted()
714 if ((fds[0].revents & POLLIN) == 0) { in ne_start_enclave_check_booted()
/linux-6.15/tools/testing/vsock/
H A DREADME79 POLLIN wakeups: C
85 C is number of 'poll()' wake ups with POLLIN bit set.
H A Dvsock_perf.c207 fds.events = POLLIN | POLLERR | in run_receiver()
218 if (fds.revents & POLLIN) { in run_receiver()
/linux-6.15/tools/testing/selftests/mm/
H A Duffd-common.c518 pollfd[0].events = POLLIN; in uffd_poll_thread()
520 pollfd[1].events = POLLIN; in uffd_poll_thread()
532 if (!(pollfd[1].revents & POLLIN)) in uffd_poll_thread()
538 if (!(pollfd[0].revents & POLLIN)) in uffd_poll_thread()
/linux-6.15/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c55 poll_fd.events = POLLIN; in wait_order()
/linux-6.15/tools/gpio/
H A Dgpio-watch.c56 pfd.events = POLLIN | POLLPRI; in main()
/linux-6.15/samples/cgroup/
H A Dmemcg_event_listener.c235 fds[0].events = POLLIN; in monitor_events()
245 if (fds[0].revents & POLLIN) { in monitor_events()
/linux-6.15/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c189 pfds[0].events = POLLIN; in handle_ep0()
193 if (ret && (pfds[0].revents & POLLIN)) { in handle_ep0()
/linux-6.15/tools/perf/util/
H A Dintel-tpebs.c267 struct pollfd pollfd = { .events = POLLIN, }; in tpebs_start()
316 if (!(pollfd.revents & POLLIN)) { in tpebs_start()
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c623 .events = POLLIN | POLLOUT, in copyfd_io_poll()
645 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
649 if (fds.revents & POLLIN) { in copyfd_io_poll()
664 fds.events &= ~POLLIN; in copyfd_io_poll()
712 if ((fds.events & POLLIN) == 0) in copyfd_io_poll()
1086 polls.events = POLLIN; in main_loop_s()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c114 struct pollfd pfd = { .fd = inputfd, .events = POLLIN }; in main()

1234