Searched refs:wc_nsec (Results 1 – 2 of 2) sorted by relevance
42 static unsigned int wc_nsec; variable110 shared_info(d, wc_nsec) = wc_nsec; in update_domain_wallclock_time()138 wc_nsec = y; in do_settime()150 return wc_sec + (wc_nsec + NOW()) / 1000000000ULL in get_localtime()157 return (SECONDS(wc_sec + d->time_offset_seconds) + wc_nsec + NOW()) in get_localtime_us()163 return wc_sec + (wc_nsec + NOW()) / 1000000000ULL; in get_sec()173 seconds = NOW() + SECONDS(wc_sec) + wc_nsec; in wallclock_time()
747 uint32_t wc_nsec; /* Nsecs 00:00:00 UTC, Jan 1, 1970. */ member
Completed in 5 milliseconds