Home
last modified time | relevance | path

Searched refs:ts_leq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_vdso.c186 static bool ts_leq(const struct timespec *a, const struct timespec *b) in ts_leq() function
254 if (!ts_leq(&start, &vdso) || !ts_leq(&vdso, &end)) { in test_one_clock_gettime()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c217 static bool ts_leq(const struct timespec *a, const struct timespec *b) in ts_leq() function
294 if (!ts_leq(&start, &vdso) || !ts_leq(&vdso, &end)) { in test_one_clock_gettime()

Completed in 2 milliseconds