Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c3958 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
3960 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()