Searched refs:smp_hw_index (Results 1 – 2 of 2) sorted by relevance
88 extern int smp_hw_index[];91 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()])95 return smp_hw_index[cpu]; in get_hard_smp_processor_id()100 smp_hw_index[cpu] = phys; in set_hard_smp_processor_id()
58 int smp_hw_index[NR_CPUS]; variable59 EXPORT_SYMBOL(smp_hw_index);
Completed in 6 milliseconds