Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dtopology.h164 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
/Linux-v5.4/block/
Dblk-softirq.c115 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
Dblk-mq.c616 shared = cpus_share_cache(cpu, ctx->cpu); in __blk_mq_complete_request()
/Linux-v5.4/kernel/sched/
Dfair.c5469 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()
Dcore.c2388 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
2400 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()