Lines Matching refs:has_idle_core
8682 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, bool has_idle_core, int … in select_idle_cpu() argument
8714 if (has_idle_core) { in select_idle_cpu()
8731 if (has_idle_core) { in select_idle_cpu()
8745 if (has_idle_core) in select_idle_cpu()
8812 bool has_idle_core = sched_smt_active() && test_idle_cores(target); in select_idle_capacity() local
8838 bool preferred_core = !has_idle_core || is_core_idle(cpu); in select_idle_capacity()
8845 if (!has_idle_core && --nr <= 0) in select_idle_capacity()
8915 if (has_idle_core && best_fits > ASYM_IDLE_COMPLETE_MISFIT) in select_idle_capacity()
8951 bool has_idle_core = false; in select_idle_sibling() local
9049 has_idle_core = test_idle_cores(target); in select_idle_sibling()
9051 if (!has_idle_core && cpus_share_cache(prev, target)) { in select_idle_sibling()
9058 i = select_idle_cpu(p, sd, has_idle_core, target); in select_idle_sibling()