Searched refs:usleep (Results 51 - 75 of 143) sorted by relevance

123456

/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c39 usleep(1000);
357 usleep(100000);
367 usleep(100000);
390 usleep(100000);
/linux-master/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c156 usleep(100000); /* ... give time for event to trigger (in case of bug). */
189 usleep(100000); /* ... give time for event to trigger (in case of bug). */
215 usleep(100000); /* ... give time for event to trigger (in case of bug). */
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c234 /* Two kern_sync_rcu() and usleep() pairs are used to wait for the
235 * releases of cgroup css, and the last kern_sync_rcu() and usleep()
239 usleep(8000);
241 usleep(8000);
243 usleep(1000);
H A Dmmap.c109 usleep(1);
188 usleep(1);
287 usleep(1);
H A Dtest_strncmp.c10 usleep(1);
H A Dsnprintf.c52 usleep(1);
H A Dvarlen.c40 usleep(1);
H A Dmap_in_map.c20 usleep(1);
H A Dtcp_rtt.c42 usleep(10);
H A Dattach_probe.c107 usleep(1);
149 usleep(1);
H A Diters.c37 usleep(1);
87 usleep(1);
H A Dringbuf.c244 usleep(50000);
249 usleep(50000);
294 usleep(50000);
/linux-master/tools/testing/selftests/timers/
H A Dfreq-step.c156 usleep(1e6 * MEAN_SAMPLE_INTERVAL / 10);
163 usleep(rand() % 2000000 * STEP_INTERVAL / 10);
168 usleep(rand() % 2000000 * MEAN_SAMPLE_INTERVAL);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kill.c51 usleep(1000);
214 usleep(1000);
239 usleep(100000);
H A Dtest_freezer.c126 usleep(1000);
350 usleep(1000);
374 usleep(100000);
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c140 usleep(READ_WAIT_USEC);
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c34 usleep(1);
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c773 usleep(10 * ACPI_USEC_PER_MSEC); /* ten milliseconds */
776 usleep(ACPI_USEC_PER_MSEC); /* one millisecond */
940 usleep(microseconds);
965 * Arg to usleep() is in usecs and must be less than 1,000,000 (1 second).
967 usleep((milliseconds % ACPI_MSEC_PER_SEC) * ACPI_USEC_PER_MSEC);
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_signal.c117 usleep(1000);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dsctp_collision.c76 usleep(300000); /* wait a bit for server's listening */
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c76 usleep(delay);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c158 /* usleep(0) takes around 29000 ticks ~60 us.
164 usleep(1);
250 usleep(1);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_waitv.c100 usleep(WAKE_WAIT_US);
133 usleep(WAKE_WAIT_US);
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh212 usleep 100000
263 usleep 100000
345 usleep 100000
/linux-master/tools/testing/selftests/net/
H A Dtxring_overwrite.c128 usleep(1000);

Completed in 325 milliseconds

123456