Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c294 * a read of the fast-timekeeper tkrs (which is protected by its own locking in tk_clock_read()
752 struct tk_read_base *tkrs = &tks->tkr_mono; in tk_update_ns_to_cyc()
757 !(tkrs->clock->flags & CLOCK_SOURCE_HAS_COUPLED_CLOCK_EVENT)) in tk_update_ns_to_cyc()
760 if (tkrs->mult == tkrc->mult && tkrs->shift == tkrc->shift) in tk_update_ns_to_cyc()
775 shift = tkrs->shift + tks->cs_ns_to_cyc_shift;
776 tks->cs_ns_to_cyc_mult = (u32)div_u64(1ULL << shift, tkrs->mult);
777 tks->cs_ns_to_cyc_maxns = div_u64(tkrs->clock->mask, tks->cs_ns_to_cyc_mult); in timekeeping_restore_shadow()
746 struct tk_read_base *tkrs = &tks->tkr_mono; tk_update_ns_to_cyc() local