Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c7398 struct sched_domain_shared *sd_share; in select_idle_cpu()
7439 sd_share = rcu_dereference(per_cpu(sd_llc_shared, target)); in select_idle_cpu()
7440 if (sd_share) { in select_idle_cpu()
7442 nr = READ_ONCE(sd_share->nr_idle_scan) + 1; in select_idle_cpu()
10506 struct sched_domain_shared *sd_share; in update_idle_cpu_scan()
10511 * be used as a hint in select_idle_cpu(). The update of sd_share in update_idle_cpu_scan()
10524 sd_share = rcu_dereference(per_cpu(sd_llc_shared, env->dst_cpu)); in update_idle_cpu_scan()
10525 if (!sd_share) in update_idle_cpu_scan()
10570 if ((int)y != sd_share->nr_idle_scan) in update_idle_cpu_scan()
10571 WRITE_ONCE(sd_share in update_idle_cpu_scan()
7396 struct sched_domain_shared *sd_share; select_idle_cpu() local
10504 struct sched_domain_shared *sd_share; update_idle_cpu_scan() local
[all...]