Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dtest_vdso.c202 static char const * const clocknames[] = { variable
262 for (int clock = 0; clock < sizeof(clocknames) / sizeof(clocknames[0]); in test_clock_gettime()
264 test_one_clock_gettime(clock, clocknames[clock]); in test_clock_gettime()