Searched refs:suspend_start (Results 1 – 3 of 3) sorted by relevance
70 u64 suspend_start; member90 FPDT_ATTR(suspend, suspend_start);
106 static u64 suspend_start; variable822 suspend_start = start_cycles; in clocksource_start_suspend_timing()832 suspend_start = suspend_clocksource->read(suspend_clocksource); in clocksource_start_suspend_timing()866 if (now > suspend_start) in clocksource_stop_suspend_timing()867 nsec = cycles_to_nsec_safe(suspend_clocksource, suspend_start, now); in clocksource_stop_suspend_timing()
1277 u64 suspend_start; member