Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c11956 int dst_llc; in update_sg_lb_stats() local
11958 dst_llc = llc_id(env->dst_cpu); in update_sg_lb_stats()
11959 if (llc_id(i) != dst_llc) { 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()
13076 int __maybe_unused dst_llc; in sched_balance_find_src_rq() local
13222 dst_llc = llc_id(env->dst_cpu); 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()