Searched refs:that_cpu (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/common/
H A DbL_switcher.c151 unsigned int mpidr, this_cpu, that_cpu; bL_switch_to() local
166 that_cpu = bL_switcher_cpu_pairing[this_cpu]; bL_switch_to()
167 ib_mpidr = cpu_logical_map(that_cpu); bL_switch_to()
230 cpu_logical_map(that_cpu) = ob_mpidr; bL_switch_to()
/linux-4.1.27/include/linux/
H A Dsched.h1047 bool cpus_share_cache(int this_cpu, int that_cpu);
1092 static inline bool cpus_share_cache(int this_cpu, int that_cpu) cpus_share_cache() argument
/linux-4.1.27/kernel/sched/
H A Dcore.c1617 bool cpus_share_cache(int this_cpu, int that_cpu) cpus_share_cache() argument
1619 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); cpus_share_cache()

Completed in 374 milliseconds