Searched refs:that_cpu (Results 1 – 1 of 1) sorted by relevance
3958 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument3960 if (this_cpu == that_cpu) in cpus_share_cache()3963 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()