Searched refs:vdso_time (Results 1 – 2 of 2) sorted by relevance
37 void *vdso_time = dl_vdso_vsym (HAVE_TIME_VSYSCALL);39 vdso_time ? VDSO_IFUNC_RET (vdso_time)
50 int (*vdso_time) (clockid_t clock_id, struct timespec *tp) in __clock_gettime64() local52 if (vdso_time != NULL) in __clock_gettime64()55 r = INTERNAL_VSYSCALL_CALL (vdso_time, 2, clock_id, &tp32); in __clock_gettime64()
Completed in 3 milliseconds