Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/vDSO/
Dvdso_test_correctness.c234 static bool tv_leq(const struct timeval *a, const struct timeval *b) in tv_leq() function
413 if (!tv_leq(&start, &vdso) || !tv_leq(&vdso, &end)) { in test_gettimeofday()