Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c7255 struct sched_domain_shared *sd_share; in select_idle_cpu() local
7296 sd_share = rcu_dereference(per_cpu(sd_llc_shared, target)); in select_idle_cpu()
7297 if (sd_share) { in select_idle_cpu()
7299 nr = READ_ONCE(sd_share->nr_idle_scan) + 1; in select_idle_cpu()
10362 struct sched_domain_shared *sd_share; in update_idle_cpu_scan() local
10380 sd_share = rcu_dereference(per_cpu(sd_llc_shared, env->dst_cpu)); in update_idle_cpu_scan()
10381 if (!sd_share) in update_idle_cpu_scan()
10426 if ((int)y != sd_share->nr_idle_scan) in update_idle_cpu_scan()
10427 WRITE_ONCE(sd_share->nr_idle_scan, (int)y); in update_idle_cpu_scan()