Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping_internal.h16 static inline cycle_t clocksource_delta(cycle_t now, cycle_t last, cycle_t mask) in clocksource_delta() function
23 static inline cycle_t clocksource_delta(cycle_t now, cycle_t last, cycle_t mask) in clocksource_delta() function
Dtimekeeping.c182 delta = clocksource_delta(now, last, mask); in timekeeping_get_delta()
213 delta = clocksource_delta(cycle_now, tkr->cycle_last, tkr->mask); in timekeeping_get_delta()
603 delta = clocksource_delta(cycle_now, tk->tkr_mono.cycle_last, tk->tkr_mono.mask); in timekeeping_forward_now()
1393 cycle_delta = clocksource_delta(cycle_now, tk->tkr_mono.cycle_last, in timekeeping_resume()
1780 offset = clocksource_delta(tk->tkr_mono.read(tk->tkr_mono.clock), in update_wall_time()
Dclocksource.c205 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); in clocksource_watchdog()
209 delta = clocksource_delta(csnow, cs->cs_last, cs->mask); in clocksource_watchdog()