Lines Matching defs:sd_share
10586 struct sched_domain_shared *sd_share;
10588 sd_share = rcu_dereference_all(per_cpu(sd_llc_shared, cpu));
10589 if (!sd_share)
10592 *util = READ_ONCE(sd_share->util_avg);
10593 *cap = READ_ONCE(sd_share->capacity);
11867 struct sched_domain_shared *sd_share;
11881 * Note: sd_share cannot be obtained via sd->child->shared,
11883 * local group. Instead, sd_share should be located using
11887 sd_share = rcu_dereference_all(per_cpu(sd_llc_shared, cpu));
11888 if (!sd_share)
11891 if (READ_ONCE(sd_share->util_avg) != sgs->group_util)
11892 WRITE_ONCE(sd_share->util_avg, sgs->group_util);
11894 if (unlikely(READ_ONCE(sd_share->capacity) != sgs->group_capacity))
11895 WRITE_ONCE(sd_share->capacity, sgs->group_capacity);
12622 struct sched_domain_shared *sd_share;
12628 * be used as a hint in select_idle_cpu(). The update of sd_share
12637 sd_share = sd->shared;
12638 if (!sd_share)
12684 if ((int)y != sd_share->nr_idle_scan)
12685 WRITE_ONCE(sd_share->nr_idle_scan, (int)y);