Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-softirq.c123 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
Dblk-mq.c348 shared = cpus_share_cache(cpu, ctx->cpu); in blk_mq_ipi_complete_request()
/linux-4.4.14/include/linux/
Dsched.h1120 bool cpus_share_cache(int this_cpu, int that_cpu);
1163 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
/linux-4.4.14/kernel/sched/
Dcore.c1883 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
1894 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()
Dfair.c4849 if (i != target && cpus_share_cache(i, target) && idle_cpu(i)) in select_idle_sibling()