Searched refs:cpus_share_cache (Results 1 – 5 of 5) sorted by relevance
164 bool cpus_share_cache(int this_cpu, int that_cpu);213 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
115 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
616 shared = cpus_share_cache(cpu, ctx->cpu); in __blk_mq_complete_request()
5469 if (available_idle_cpu(this_cpu) && cpus_share_cache(this_cpu, prev_cpu)) in wake_affine_idle()5999 if (prev != target && cpus_share_cache(prev, target) && in select_idle_sibling()6007 cpus_share_cache(recent_used_cpu, target) && in select_idle_sibling()
2388 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function2400 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()