Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtsc_sync.c141 unsigned int refcpu, cpu = smp_processor_id(); in tsc_store_and_check_tsc_adjust() local
168 refcpu = mask ? cpumask_any_but(mask, cpu) : nr_cpu_ids; in tsc_store_and_check_tsc_adjust()
170 if (refcpu >= nr_cpu_ids) { in tsc_store_and_check_tsc_adjust()
176 ref = per_cpu_ptr(&tsc_adjust, refcpu); in tsc_store_and_check_tsc_adjust()