Searched refs:cpus_share_cache (Results 1 – 4 of 4) sorted by relevance
181 bool cpus_share_cache(int this_cpu, int that_cpu);230 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
6514 if (available_idle_cpu(this_cpu) && cpus_share_cache(this_cpu, prev_cpu)) in wake_affine_idle()7034 if (prev != target && cpus_share_cache(prev, target) && in select_idle_sibling()7060 cpus_share_cache(recent_used_cpu, target) && in select_idle_sibling()7094 if (!has_idle_core && cpus_share_cache(prev, target)) { in select_idle_sibling()
3875 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function3900 if (!cpus_share_cache(smp_processor_id(), cpu)) in ttwu_queue_cond()
1170 cpus_share_cache(cpu, rq->mq_ctx->cpu))) in blk_mq_complete_need_ipi()
Completed in 46 milliseconds