Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/x86/
Dtest_vsyscall.c59 gtod_t vdso_gtod; variable
82 vdso_gtod = (gtod_t)dlsym(vdso, "__vdso_gettimeofday"); in init_vdso()
83 if (!vdso_gtod) in init_vdso()
240 if (vdso_gtod) in test_gtod()
241 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod()
247 if (vdso_gtod) { in test_gtod()