Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c194 static bool tv_leq(const struct timeval *a, const struct timeval *b) in tv_leq() function
305 if (!tv_leq(&start, &vdso) || !tv_leq(&vdso, &end)) { in test_gettimeofday()