Searched refs:best_cpu (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/irq/ |
| H A D | matrix.c | 138 unsigned int cpu, best_cpu, maxavl = 0; in matrix_find_best_cpu() local 141 best_cpu = UINT_MAX; in matrix_find_best_cpu() 149 best_cpu = cpu; in matrix_find_best_cpu() 152 return best_cpu; in matrix_find_best_cpu() 159 unsigned int cpu, best_cpu, allocated = UINT_MAX; in matrix_find_best_cpu_managed() local 162 best_cpu = UINT_MAX; in matrix_find_best_cpu_managed() 170 best_cpu = cpu; in matrix_find_best_cpu_managed() 173 return best_cpu; in matrix_find_best_cpu_managed()
|
| /linux/kernel/sched/ |
| H A D | cpudeadline.c | 150 int best_cpu = cpudl_maximum(cp); in cpudl_find() local 152 WARN_ON(best_cpu != -1 && !cpu_present(best_cpu)); in cpudl_find() 154 if (cpumask_test_cpu(best_cpu, &p->cpus_mask) && in cpudl_find() 157 cpumask_set_cpu(best_cpu, later_mask); in cpudl_find()
|
| H A D | fair.c | 2043 int best_cpu; member 2143 if (env->best_cpu != env->dst_cpu && xchg(&rq->numa_migrate_on, 1)) { in task_numa_assign() 2149 if (cpu == env->best_cpu || !idle_cpu(cpu) || in task_numa_assign() 2169 if (env->best_cpu != -1 && env->best_cpu != env->dst_cpu) { in task_numa_assign() 2170 rq = cpu_rq(env->best_cpu); in task_numa_assign() 2181 env->best_cpu = env->dst_cpu; in task_numa_assign() 2382 if (!idle_cpu(cpu) && env->best_cpu >= 0 && in task_numa_compare() 2383 idle_cpu(env->best_cpu)) { in task_numa_compare() 2384 cpu = env->best_cpu; in task_numa_compare() 2397 if (maymove && !cur && env->best_cpu >= 0 && idle_cpu(env->best_cpu)) in task_numa_compare() [all …]
|
| H A D | rt.c | 1811 int best_cpu; in find_lowest_rq() local 1823 best_cpu = cpumask_any_and_distribute(lowest_mask, in find_lowest_rq() 1825 if (best_cpu < nr_cpu_ids) { in find_lowest_rq() 1827 return best_cpu; in find_lowest_rq()
|
| H A D | deadline.c | 2726 int best_cpu; in find_later_rq() local 2738 best_cpu = cpumask_any_and_distribute(later_mask, in find_later_rq() 2746 if (best_cpu < nr_cpu_ids) { in find_later_rq() 2748 return best_cpu; in find_later_rq()
|
| /linux/drivers/xen/events/ |
| H A D | events_base.c | 1826 unsigned int cpu, best_cpu = UINT_MAX, minch = UINT_MAX; in select_target_cpu() local 1833 best_cpu = cpu; in select_target_cpu() 1841 if (best_cpu == UINT_MAX) in select_target_cpu() 1844 return best_cpu; in select_target_cpu()
|