Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dtopology.h172 bool cpus_share_cache(int this_cpu, int that_cpu);
215 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
/Linux-v4.19/block/
Dblk-softirq.c116 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
Dblk-mq.c575 shared = cpus_share_cache(cpu, ctx->cpu); in __blk_mq_complete_request()
/Linux-v4.19/kernel/sched/
Dcore.c1821 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
1833 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()
Dfair.c5603 if (available_idle_cpu(this_cpu) && cpus_share_cache(this_cpu, prev_cpu)) in wake_affine_idle()
6127 if (prev != target && cpus_share_cache(prev, target) && available_idle_cpu(prev)) in select_idle_sibling()
6134 cpus_share_cache(recent_used_cpu, target) && in select_idle_sibling()