Searched refs:vdso_time (Results 1 – 1 of 1) sorted by relevance
64 auto vdso_time = reinterpret_cast<decltype(&time)>(__libc_globals->vdso[VDSO_TIME].fn); in time() local65 if (__predict_true(vdso_time)) { in time()66 return vdso_time(t); in time()