Lines Matching defs:sd_share
7450 struct sched_domain_shared *sd_share;
7491 sd_share = rcu_dereference(per_cpu(sd_llc_shared, target));
7492 if (sd_share) {
7494 nr = READ_ONCE(sd_share->nr_idle_scan) + 1;
10766 struct sched_domain_shared *sd_share;
10771 * be used as a hint in select_idle_cpu(). The update of sd_share
10784 sd_share = rcu_dereference(per_cpu(sd_llc_shared, env->dst_cpu));
10785 if (!sd_share)
10830 if ((int)y != sd_share->nr_idle_scan)
10831 WRITE_ONCE(sd_share->nr_idle_scan, (int)y);