Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dtopology.h179 bool cpus_share_cache(int this_cpu, int that_cpu);
228 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
/linux/arch/arm/common/
A DbL_switcher.c149 unsigned int mpidr, this_cpu, that_cpu; in bL_switch_to() local
164 that_cpu = bL_switcher_cpu_pairing[this_cpu]; in bL_switch_to()
165 ib_mpidr = cpu_logical_map(that_cpu); in bL_switch_to()
228 cpu_logical_map(that_cpu) = ob_mpidr; in bL_switch_to()
/linux/kernel/sched/
A Dcore.c3727 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
3729 if (this_cpu == that_cpu) in cpus_share_cache()
3732 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()

Completed in 30 milliseconds