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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimekeeping.c252 static unsigned long timekeeping_suspend_time; variable
271 if (now && (now > timekeeping_suspend_time)) {
272 unsigned long sleep_length = now - timekeeping_suspend_time;
299 timekeeping_suspend_time = read_persistent_clock();

Completed in 85 milliseconds