Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/x86/
Dtest_vsyscall.c66 time_func_t vdso_time; variable
90 vdso_time = (time_func_t)dlsym(vdso, "__vdso_time"); in init_vdso()
91 if (!vdso_time) in init_vdso()
275 if (vdso_time) in test_time()
276 t_vdso = vdso_time(&t2_vdso); in test_time()
286 if (vdso_time) { in test_time()
/linux-5.19.10/tools/testing/selftests/vDSO/
Dvdso_test_abi.c89 vdso_time_t vdso_time = in vdso_test_time() local
92 if (!vdso_time) { in vdso_test_time()
97 long ret = vdso_time(NULL); in vdso_test_time()