Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtsc_sync.c183 unsigned int refcpu, cpu = smp_processor_id(); in tsc_store_and_check_tsc_adjust() local
208 refcpu = mask ? cpumask_any_but(mask, cpu) : nr_cpu_ids; in tsc_store_and_check_tsc_adjust()
210 if (refcpu >= nr_cpu_ids) { in tsc_store_and_check_tsc_adjust()
216 ref = per_cpu_ptr(&tsc_adjust, refcpu); in tsc_store_and_check_tsc_adjust()