Home
last modified time | relevance | path

Searched refs:timespec_diff_ns (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsha_perf.c202 static uint64_t timespec_diff_ns(struct timespec *start, struct timespec *end) in timespec_diff_ns() function
233 return timespec_diff_ns(&t0, &t1); in run_test_once()
261 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
H A Daes_perf.c347 static uint64_t timespec_diff_ns(struct timespec *start, struct timespec *end) in timespec_diff_ns() function
380 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
517 update_stats(&stats, timespec_diff_ns(&t0, &t1)); in aes_perf_run_test()