Home
last modified time | relevance | path

Searched defs:tv_diff (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dgettimeofday.c15 struct timeval tv_start, tv_end, tv_diff; in test_gettimeofday() local
/linux/tools/perf/bench/
H A Dmem-functions.c256 struct timeval tv_start, tv_end, tv_diff; in do_memcpy_gettimeofday() local
326 struct timeval tv_start, tv_end, tv_diff; in do_memset_gettimeofday() local
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c111 static double tv_diff(const struct timeval *a, const struct timeval *b) in tv_diff() function