Home
last modified time | relevance | path

Searched refs:xtime_cache (Results 1 – 1 of 1) sorted by relevance

/kernel/time/
Dtimekeeping.c52 static struct timespec xtime_cache __attribute__ ((aligned (16))); variable
55 xtime_cache = xtime; in update_xtime_cache()
56 timespec_add_ns(&xtime_cache, nsec); in update_xtime_cache()
589 return xtime_cache.tv_sec; in get_seconds()
602 now = xtime_cache; in current_kernel_time()