Home
last modified time | relevance | path

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

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