Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c10578 struct sched_domain_shared *sd_share; in get_llc_stats() local
10580 sd_share = rcu_dereference_all(per_cpu(sd_llc_shared, cpu)); in get_llc_stats()
10581 if (!sd_share) in get_llc_stats()
10584 *util = READ_ONCE(sd_share->util_avg); in get_llc_stats()
10585 *cap = READ_ONCE(sd_share->capacity); in get_llc_stats()
11828 struct sched_domain_shared *sd_share; in record_sg_llc_stats() local
11848 sd_share = rcu_dereference_all(per_cpu(sd_llc_shared, cpu)); in record_sg_llc_stats()
11849 if (!sd_share) in record_sg_llc_stats()
11852 if (READ_ONCE(sd_share->util_avg) != sgs->group_util) in record_sg_llc_stats()
11853 WRITE_ONCE(sd_share->util_avg, sgs->group_util); in record_sg_llc_stats()
[all …]