Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c6077 struct sched_domain *this_sd; in select_idle_cpu() local
6084 this_sd = rcu_dereference(*this_cpu_ptr(&sd_llc)); in select_idle_cpu()
6085 if (!this_sd) in select_idle_cpu()
6093 avg_cost = this_sd->avg_scan_cost + 1; in select_idle_cpu()
6120 cost = this_sd->avg_scan_cost; in select_idle_cpu()
6122 this_sd->avg_scan_cost += delta; in select_idle_cpu()