Searched refs:cpus_share_cache (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/sched/ |
D | topology.h | 181 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-v6.6/kernel/sched/ |
D | fair.c | 6831 if (available_idle_cpu(this_cpu) && cpus_share_cache(this_cpu, prev_cpu)) in wake_affine_idle() 7351 if (prev != target && cpus_share_cache(prev, target) && in select_idle_sibling() 7377 cpus_share_cache(recent_used_cpu, target) && in select_idle_sibling() 7411 if (!has_idle_core && cpus_share_cache(prev, target)) { in select_idle_sibling()
|
D | core.c | 3951 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() function 3976 if (!cpus_share_cache(smp_processor_id(), cpu)) in ttwu_queue_cond()
|
/Linux-v6.6/block/ |
D | blk-mq.c | 1169 cpus_share_cache(cpu, rq->mq_ctx->cpu))) in blk_mq_complete_need_ipi()
|
/Linux-v6.6/kernel/ |
D | workqueue.c | 6781 init_pod_type(&wq_pod_types[WQ_AFFN_CACHE], cpus_share_cache); in workqueue_init_topology()
|