Home
last modified time | relevance | path

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

/linux-4.1.27/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.c193 delta = clocksource_delta(now, last, mask); in timekeeping_get_delta()
224 delta = clocksource_delta(cycle_now, tkr->cycle_last, tkr->mask); in timekeeping_get_delta()
620 delta = clocksource_delta(cycle_now, tk->tkr_mono.cycle_last, tk->tkr_mono.mask); in timekeeping_forward_now()
1394 cycle_delta = clocksource_delta(cycle_now, tk->tkr_mono.cycle_last, in timekeeping_resume()
1781 offset = clocksource_delta(tk->tkr_mono.read(tk->tkr_mono.clock), in update_wall_time()
Dclocksource.c203 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); in clocksource_watchdog()
207 delta = clocksource_delta(csnow, cs->cs_last, cs->mask); in clocksource_watchdog()