Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dtest_vsyscall.c63 time_func_t vdso_time; variable
87 vdso_time = (time_func_t)dlsym(vdso, "__vdso_time"); in init_vdso()
88 if (!vdso_time) in init_vdso()
274 if (vdso_time) in test_time()
275 t_vdso = vdso_time(&t2_vdso); in test_time()
285 if (vdso_time) { in test_time()