Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dtsc_sync.c182 unsigned int refcpu, cpu = smp_processor_id(); in tsc_store_and_check_tsc_adjust() local
209 refcpu = mask ? cpumask_any_but(mask, cpu) : nr_cpu_ids; in tsc_store_and_check_tsc_adjust()
211 if (refcpu >= nr_cpu_ids) { in tsc_store_and_check_tsc_adjust()
217 ref = per_cpu_ptr(&tsc_adjust, refcpu); in tsc_store_and_check_tsc_adjust()