Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dfair.c5935 struct sched_domain *this_sd; in select_idle_cpu() local
5942 this_sd = rcu_dereference(*this_cpu_ptr(&sd_llc)); in select_idle_cpu()
5943 if (!this_sd) in select_idle_cpu()
5951 avg_cost = this_sd->avg_scan_cost + 1; in select_idle_cpu()
5978 cost = this_sd->avg_scan_cost; in select_idle_cpu()
5980 this_sd->avg_scan_cost += delta; in select_idle_cpu()