Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vsyscall.c56 gtod_t vdso_gtod; variable
79 vdso_gtod = (gtod_t)dlsym(vdso, "__vdso_gettimeofday"); in init_vdso()
80 if (!vdso_gtod) in init_vdso()
239 if (vdso_gtod) in test_gtod()
240 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod()
246 if (vdso_gtod) { in test_gtod()