Searched refs:cpus_share_cache (Results 1 – 5 of 5) sorted by relevance
123 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
348 shared = cpus_share_cache(cpu, ctx->cpu); in blk_mq_ipi_complete_request()
1120 bool cpus_share_cache(int this_cpu, int that_cpu);1163 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
1883 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function1894 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()
4849 if (i != target && cpus_share_cache(i, target) && idle_cpu(i)) in select_idle_sibling()