| /tools/testing/selftests/powerpc/nx-gzip/ |
| D | gzip_vas.c | 137 long poll = 0; in nx_wait_for_csb() local 153 ++poll; in nx_wait_for_csb() 167 if (poll > CSB_MAX_POLL) in nx_wait_for_csb() 186 (int) poll); in nx_wait_for_csb() 188 (int) poll); in nx_wait_for_csb()
|
| /tools/testing/selftests/bpf/ |
| D | test_lirc_mode2_user.c | 118 poll(&pfd, 1, 100); in main() 141 poll(&pfd, 1, 100); in main()
|
| /tools/testing/selftests/damon/ |
| D | sysfs_update_schemes_tried_regions_hang.py | 26 while proc.poll() == None:
|
| D | damos_apply_interval.py | 44 while proc.poll() == None:
|
| D | damos_tried_regions.py | 31 while proc.poll() is None:
|
| D | sysfs_update_schemes_tried_regions_wss_estimation.py | 30 while proc.poll() == None:
|
| D | damos_quota.py | 38 while proc.poll() == None:
|
| D | damos_quota_goal.py | 34 while proc.poll() == None:
|
| D | damon_nr_regions.py | 41 while proc.poll() is None:
|
| /tools/leds/ |
| D | led_hw_brightness_mon.c | 59 ret = poll(&pollfd, 1, -1); in main()
|
| /tools/perf/python/ |
| D | twatch.py | 33 evlist.poll(timeout = -1)
|
| D | tracepoint.py | 28 evlist.poll(timeout = -1)
|
| /tools/testing/selftests/cgroup/ |
| D | wait_inotify.c | 65 int ret = poll(&fds, 1, 10000); in main()
|
| /tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 69 if (poll(&pfd, 1, -1) > 0) { in waiter_entry1ap() 96 if (poll(&pfd, 1, -1) > 0) { in waiter_entry1op() 123 if (poll(&pfd, 1, -1) > 0) { in waiter_entry2ap() 320 ASSERT_EQ(poll(&pfd, 1, 0), 1); in TEST() 325 ASSERT_EQ(poll(&pfd, 1, 0), 1); in TEST() 359 ASSERT_EQ(poll(&pfd, 1, 0), 1); in TEST() 364 ASSERT_EQ(poll(&pfd, 1, 0), 0); in TEST() 404 EXPECT_EQ(poll(&pfd, 1, 0), 1); in TEST() 409 EXPECT_EQ(poll(&pfd, 1, 0), 1); in TEST() 450 EXPECT_EQ(poll(&pfd, 1, 0), 1); in TEST() [all …]
|
| /tools/testing/selftests/pidfd/ |
| D | pidfd_poll_test.c | 86 nevents = poll(&fds, 1, -1); in main()
|
| /tools/virtio/virtio-trace/ |
| D | trace-agent-ctl.c | 57 ret = poll(&poll_fd, 1, EVENT_WAIT_MSEC); in wait_order()
|
| /tools/testing/vsock/ |
| D | README | 69 B is time, spent in 'read()' system call(excluding 'poll()') 70 C is number of 'poll()' wake ups with POLLIN bit set.
|
| D | vsock_perf.c | 210 if (poll(&fds, 1, -1) < 0) in run_receiver() 323 if (poll(&fds, 1, -1) < 0) { in run_sender()
|
| /tools/gpio/ |
| D | gpio-watch.c | 59 ret = poll(&pfd, 1, 5000); in main()
|
| /tools/testing/selftests/thermal/intel/power_floor/ |
| D | power_floor_test.c | 88 ret = poll(&ufd, 1, -1); in main()
|
| /tools/testing/selftests/thermal/intel/workload_hint/ |
| D | workload_hint_test.c | 131 ret = poll(&ufd, 1, -1); in main()
|
| /tools/testing/selftests/filesystems/incfs/ |
| D | utils.c | 286 poll_res = poll(&pollfd, 1, timeout_ms); in wait_for_pending_reads() 314 poll_res = poll(&pollfd, 1, timeout_ms); in wait_for_pending_reads2()
|
| /tools/perf/Documentation/ |
| D | perf-timechart.txt | 30 There are also poll bars which show how much time application spent 31 in poll/epoll/select syscalls.
|
| /tools/perf/util/ |
| D | help-unknown-cmd.c | 105 poll(NULL, 0, autocorrect * 100); in help_unknown_cmd()
|
| /tools/lib/api/ |
| D | io.h | 62 n = poll(pfds, 1, io->timeout_ms); in io__fill_buffer()
|