Searched refs:cycles_to_nsec_safe (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/time/ |
H A D | clocksource.c | 25 static noinline u64 cycles_to_nsec_safe(struct clocksource *cs, u64 start, u64 end) in cycles_to_nsec_safe() function 269 wd_delay = cycles_to_nsec_safe(watchdog, *wdnow, wd_end); in cs_watchdog_read() 287 wd_seq_delay = cycles_to_nsec_safe(watchdog, wd_end, wd_end2); in cs_watchdog_read() 400 cs_nsec = cycles_to_nsec_safe(cs, csnow_begin, csnow_end); in clocksource_verify_percpu() 490 wd_nsec = cycles_to_nsec_safe(watchdog, cs->wd_last, wdnow); in clocksource_watchdog() 491 cs_nsec = cycles_to_nsec_safe(cs, cs->cs_last, csnow); in clocksource_watchdog() 878 nsec = cycles_to_nsec_safe(suspend_clocksource, suspend_start, now); in clocksource_stop_suspend_timing()
|