Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
Dtest_vdso.c202 static char const * const clocknames[] = { variable
267 for (int clock = 0; clock < sizeof(clocknames) / sizeof(clocknames[0]); in test_clock_gettime()
269 test_one_clock_gettime(clock, clocknames[clock]); in test_clock_gettime()