Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 83) sorted by relevance

1234

/tools/testing/selftests/powerpc/nx-gzip/
Dgzip_vas.c137 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/
Dtest_lirc_mode2_user.c118 poll(&pfd, 1, 100); in main()
141 poll(&pfd, 1, 100); in main()
/tools/testing/selftests/damon/
Dsysfs_update_schemes_tried_regions_hang.py26 while proc.poll() == None:
Ddamos_apply_interval.py44 while proc.poll() == None:
Ddamos_tried_regions.py31 while proc.poll() is None:
Dsysfs_update_schemes_tried_regions_wss_estimation.py30 while proc.poll() == None:
Ddamos_quota.py38 while proc.poll() == None:
Ddamos_quota_goal.py34 while proc.poll() == None:
Ddamon_nr_regions.py41 while proc.poll() is None:
/tools/leds/
Dled_hw_brightness_mon.c59 ret = poll(&pollfd, 1, -1); in main()
/tools/perf/python/
Dtwatch.py33 evlist.poll(timeout = -1)
Dtracepoint.py28 evlist.poll(timeout = -1)
/tools/testing/selftests/cgroup/
Dwait_inotify.c65 int ret = poll(&fds, 1, 10000); in main()
/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c69 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/
Dpidfd_poll_test.c86 nevents = poll(&fds, 1, -1); in main()
/tools/virtio/virtio-trace/
Dtrace-agent-ctl.c57 ret = poll(&poll_fd, 1, EVENT_WAIT_MSEC); in wait_order()
/tools/testing/vsock/
DREADME69 B is time, spent in 'read()' system call(excluding 'poll()')
70 C is number of 'poll()' wake ups with POLLIN bit set.
Dvsock_perf.c210 if (poll(&fds, 1, -1) < 0) in run_receiver()
323 if (poll(&fds, 1, -1) < 0) { in run_sender()
/tools/gpio/
Dgpio-watch.c59 ret = poll(&pfd, 1, 5000); in main()
/tools/testing/selftests/thermal/intel/power_floor/
Dpower_floor_test.c88 ret = poll(&ufd, 1, -1); in main()
/tools/testing/selftests/thermal/intel/workload_hint/
Dworkload_hint_test.c131 ret = poll(&ufd, 1, -1); in main()
/tools/testing/selftests/filesystems/incfs/
Dutils.c286 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/
Dperf-timechart.txt30 There are also poll bars which show how much time application spent
31 in poll/epoll/select syscalls.
/tools/perf/util/
Dhelp-unknown-cmd.c105 poll(NULL, 0, autocorrect * 100); in help_unknown_cmd()
/tools/lib/api/
Dio.h62 n = poll(pfds, 1, io->timeout_ms); in io__fill_buffer()

1234