Searched refs:monotonic_time_coarse_nsec (Results 1 – 3 of 3) sorted by relevance
60 vdata->monotonic_time_coarse_nsec = in update_vsyscall()63 while (vdata->monotonic_time_coarse_nsec >= NSEC_PER_SEC) { in update_vsyscall()64 vdata->monotonic_time_coarse_nsec -= NSEC_PER_SEC; in update_vsyscall()
30 u64 monotonic_time_coarse_nsec; member
247 ts->tv_nsec = vvar->monotonic_time_coarse_nsec; in do_monotonic_coarse()
Completed in 4 milliseconds