Searched refs:tv_now (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/ |
D | null_syscall.c | 136 struct timespec tv_start, tv_now; in main() local 146 clock_gettime(CLOCK_MONOTONIC, &tv_now); in main() 149 elapsed_ns = (tv_now.tv_sec - tv_start.tv_sec) * 1000000000ULL + in main() 150 (tv_now.tv_nsec - tv_start.tv_nsec); in main()
|
/external/curl/tests/unit/ |
D | unit1309.c | 79 struct curltime tv_now = {0, 0}; variable 130 tv_now.tv_usec = i; 131 root = Curl_splaygetbest(tv_now, root, &removed); 136 root = Curl_splaygetbest(tv_now, root, &removed);
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 452 struct timeval *tv_now) { in finish_io() argument 455 calc_latency(&io->io_start_time, tv_now, &t->io_completion_latency); in finish_io() 547 struct timeval tv_now; local 550 gettimeofday(&tv_now, NULL); 551 finish_io(t, event_io, event.res, &tv_now); 726 struct timeval *tv_now) argument 734 io->io_start_time = *tv_now; /* set time of io_submit */
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 465 struct timeval *tv_now) in finish_io() argument 469 calc_latency(&io->io_start_time, tv_now, &t->io_completion_latency); in finish_io() 563 struct timeval tv_now; local 566 gettimeofday(&tv_now, NULL); 567 finish_io(t, event_io, event.res, &tv_now); 742 struct timeval *tv_now) argument 750 io->io_start_time = *tv_now; /* set time of io_submit */
|