Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A 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()
237 if (vdso_gtod) in test_gtod()
238 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod()
244 if (vdso_gtod) { in test_gtod()

Completed in 3 milliseconds