Searched refs:vdso_time (Results 1 – 2 of 2) sorted by relevance
66 time_func_t vdso_time; variable90 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()
89 vdso_time_t vdso_time = in vdso_test_time() local92 if (!vdso_time) { in vdso_test_time()97 long ret = vdso_time(NULL); in vdso_test_time()