Searched refs:vdso_time (Results 1 – 2 of 2) sorted by relevance
61 time_func_t vdso_time; variable85 vdso_time = (time_func_t)dlsym(vdso, "__vdso_time"); in init_vdso()86 if (!vdso_time) in init_vdso()182 if (vdso_time) in test_time()183 t_vdso = vdso_time(&t2_vdso); in test_time()195 if (vdso_time) { in test_time()
103 vdso_time_t vdso_time = in vdso_test_time() local106 if (!vdso_time) { in vdso_test_time()112 long ret = VDSO_CALL(vdso_time, 1, NULL); in vdso_test_time()