Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vsyscall.c64 time_func_t vdso_time; variable
88 vdso_time = (time_func_t)dlsym(vdso, "__vdso_time"); in init_vdso()
89 if (!vdso_time) in init_vdso()
273 if (vdso_time) in test_time()
274 t_vdso = vdso_time(&t2_vdso); in test_time()
284 if (vdso_time) { in test_time()