Searched refs:persistent_ts (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/plat-omap/
H A Dcounter_32k.c53 static struct timespec64 persistent_ts; variable in typeref:struct:timespec64
68 timespec64_add_ns(&persistent_ts, nsecs); omap_read_persistent_clock64()
70 *ts = persistent_ts; omap_read_persistent_clock64()
/linux-4.1.27/drivers/clocksource/
H A Dtegra20_timer.c54 static struct timespec64 persistent_ts; variable in typeref:struct:timespec64
140 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); tegra_read_persistent_clock64()
141 *ts = persistent_ts; tegra_read_persistent_clock64()

Completed in 77 milliseconds