Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c11955 struct sched_domain *sd_tmp; in update_sg_lb_stats() local
11960 sd_tmp = rcu_dereference_all(rq->sd); in update_sg_lb_stats()
11961 if (sd_tmp && (unsigned int)dst_llc < sd_tmp->llc_max) in update_sg_lb_stats()
11962 sgs->nr_pref_dst_llc += sd_tmp->llc_counts[dst_llc]; in update_sg_lb_stats()
13074 struct sched_domain __maybe_unused *sd_tmp; in sched_balance_find_src_rq() local
13221 sd_tmp = rcu_dereference_all(rq->sd); in sched_balance_find_src_rq()
13224 if (sd_tmp && (unsigned)dst_llc < sd_tmp->llc_max) { in sched_balance_find_src_rq()
13226 sd_tmp->llc_counts[dst_llc]; in sched_balance_find_src_rq()