Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c11774 int cpu, idle_smt = -1; in should_we_balance()
11808 if (idle_smt == -1) in should_we_balance()
11809 idle_smt = cpu; in should_we_balance()
11829 if (idle_smt != -1) in update_lb_imbalance_stat()
11830 return idle_smt == env->dst_cpu; in update_lb_imbalance_stat()
11762 int cpu, idle_smt = -1; should_we_balance() local