Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c2926 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument
2928 if (this_cpu == that_cpu) { in cpus_share_cache()
2932 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()

Completed in 11 milliseconds