Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dtopology.h180 bool cpus_share_cache(int this_cpu, int that_cpu);
229 static inline bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c5891 if (available_idle_cpu(this_cpu) && cpus_share_cache(this_cpu, prev_cpu)) in wake_affine_idle()
6324 if (prev != target && cpus_share_cache(prev, target) && in select_idle_sibling()
6349 cpus_share_cache(recent_used_cpu, target) && in select_idle_sibling()
H A Dcore.c2854 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function
2868 if (!cpus_share_cache(smp_processor_id(), cpu)) in ttwu_queue_cond()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq.c661 cpus_share_cache(cpu, rq->mq_ctx->cpu))) in blk_mq_complete_need_ipi()