Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dclocksource.c23 static noinline u64 cycles_to_nsec_safe(struct clocksource *cs, u64 start, u64 end) in cycles_to_nsec_safe() function
247 wd_delay = cycles_to_nsec_safe(watchdog, *wdnow, wd_end); in cs_watchdog_read()
265 wd_seq_delay = cycles_to_nsec_safe(watchdog, wd_end, wd_end2); in cs_watchdog_read()
376 cs_nsec = cycles_to_nsec_safe(cs, csnow_begin, csnow_end); in clocksource_verify_percpu()
465 wd_nsec = cycles_to_nsec_safe(watchdog, cs->wd_last, wdnow); in clocksource_watchdog()
466 cs_nsec = cycles_to_nsec_safe(cs, cs->cs_last, csnow); in clocksource_watchdog()
853 nsec = cycles_to_nsec_safe(suspend_clocksource, suspend_start, now); in clocksource_stop_suspend_timing()