Searched refs:that_cpu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | topology.h | 172 bool cpus_share_cache(int this_cpu, int that_cpu); 221 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | topology.h | 181 bool cpus_share_cache(int this_cpu, int that_cpu); 230 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | bL_switcher.c | 149 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()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | bL_switcher.c | 149 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()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core.c | 2779 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument 2781 if (this_cpu == that_cpu) in cpus_share_cache() 2784 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core.c | 4075 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument 4077 if (this_cpu == that_cpu) in cpus_share_cache() 4080 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()
|
Completed in 28 milliseconds