Home
last modified time | relevance | path

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

/kernel/irq/
Dmatrix.c132 unsigned int cpu, best_cpu, maxavl = 0; in matrix_find_best_cpu() local
135 best_cpu = UINT_MAX; in matrix_find_best_cpu()
143 best_cpu = cpu; in matrix_find_best_cpu()
146 return best_cpu; in matrix_find_best_cpu()
153 unsigned int cpu, best_cpu, allocated = UINT_MAX; in matrix_find_best_cpu_managed() local
156 best_cpu = UINT_MAX; in matrix_find_best_cpu_managed()
164 best_cpu = cpu; in matrix_find_best_cpu_managed()
167 return best_cpu; in matrix_find_best_cpu_managed()
/kernel/sched/
Dcpudeadline.c150 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_ptr) && in cpudl_find()
157 cpumask_set_cpu(best_cpu, later_mask); in cpudl_find()
Dfair.c1567 int best_cpu; member
1669 if (env->best_cpu != env->dst_cpu && xchg(&rq->numa_migrate_on, 1)) { in task_numa_assign()
1675 if (cpu == env->best_cpu || !idle_cpu(cpu) || in task_numa_assign()
1695 if (env->best_cpu != -1 && env->best_cpu != env->dst_cpu) { in task_numa_assign()
1696 rq = cpu_rq(env->best_cpu); in task_numa_assign()
1707 env->best_cpu = env->dst_cpu; in task_numa_assign()
1898 if (!idle_cpu(cpu) && env->best_cpu >= 0 && in task_numa_compare()
1899 idle_cpu(env->best_cpu)) { in task_numa_compare()
1900 cpu = env->best_cpu; in task_numa_compare()
1913 if (maymove && !cur && env->best_cpu >= 0 && idle_cpu(env->best_cpu)) in task_numa_compare()
[all …]
Ddeadline.c2003 int best_cpu; in find_later_rq() local
2015 best_cpu = cpumask_first_and(later_mask, in find_later_rq()
2023 if (best_cpu < nr_cpu_ids) { in find_later_rq()
2025 return best_cpu; in find_later_rq()
Drt.c1853 int best_cpu; in find_lowest_rq() local
1865 best_cpu = cpumask_first_and(lowest_mask, in find_lowest_rq()
1867 if (best_cpu < nr_cpu_ids) { in find_lowest_rq()
1869 return best_cpu; in find_lowest_rq()