Searched refs:has_idle_core (Results 1 – 1 of 1) sorted by relevance
8682 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, bool has_idle_core, int … in select_idle_cpu() argument8714 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() local8838 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() local9049 has_idle_core = test_idle_cores(target); in select_idle_sibling()[all …]