Searched refs:cpus_share_cache (Results 1 – 5 of 5) sorted by relevance
123 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
369 shared = cpus_share_cache(cpu, ctx->cpu); in blk_mq_ipi_complete_request()
1047 bool cpus_share_cache(int this_cpu, int that_cpu);1092 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
1617 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function1628 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()
4759 if (i != target && cpus_share_cache(i, target) && idle_cpu(i)) in select_idle_sibling()