Home
last modified time | relevance | path

Searched refs:cpus_share_cache (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/linux/sched/
A Dtopology.h181 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
/linux-6.3-rc2/kernel/sched/
A Dfair.c6514 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()
A Dcore.c3875 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
3900 if (!cpus_share_cache(smp_processor_id(), cpu)) in ttwu_queue_cond()
/linux-6.3-rc2/block/
A Dblk-mq.c1170 cpus_share_cache(cpu, rq->mq_ctx->cpu))) in blk_mq_complete_need_ipi()

Completed in 46 milliseconds