Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c3793 bool cpus_equal_capacity(int this_cpu, int that_cpu) in cpus_equal_capacity() argument
3798 if (this_cpu == that_cpu) in cpus_equal_capacity()
3801 return arch_scale_cpu_capacity(this_cpu) == arch_scale_cpu_capacity(that_cpu); in cpus_equal_capacity()
3804 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
3806 if (this_cpu == that_cpu) in cpus_share_cache()
3809 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()
3816 bool cpus_share_resources(int this_cpu, int that_cpu) in cpus_share_resources() argument
3818 if (this_cpu == that_cpu) in cpus_share_resources()
3821 return per_cpu(sd_share_id, this_cpu) == per_cpu(sd_share_id, that_cpu); in cpus_share_resources()