Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c241 static bool tv_leq(const struct timeval *a, const struct timeval *b) in tv_leq() function
420 if (!tv_leq(&start, &vdso) || !tv_leq(&vdso, &end)) { in test_gettimeofday()