Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dtsc.c609 unsigned long long tsc_now, ns_now, *offset; in set_cyc2ns_scale() local
618 rdtscll(tsc_now); in set_cyc2ns_scale()
619 ns_now = __cycles_2_ns(tsc_now); in set_cyc2ns_scale()
623 *offset = ns_now - mult_frac(tsc_now, *scale, in set_cyc2ns_scale()