Searched refs:best_cpu (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/irq/ |
A D | matrix.c | 132 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()
|
/linux/kernel/sched/ |
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()
|
A D | fair.c | 1500 int best_cpu; member 1629 if (env->best_cpu != -1 && env->best_cpu != env->dst_cpu) { in task_numa_assign() 1630 rq = cpu_rq(env->best_cpu); in task_numa_assign() 1834 cpu = env->best_cpu; in task_numa_compare() 1847 if (maymove && !cur && env->best_cpu >= 0 && idle_cpu(env->best_cpu)) in task_numa_compare() 1934 .best_cpu = -1, in task_numa_migrate() 2022 if (env.best_cpu == -1) in task_numa_migrate() 2032 if (env.best_cpu == -1) { in task_numa_migrate() 6323 int cpu, best_cpu = -1; in select_idle_capacity() local 6341 best_cpu = cpu; in select_idle_capacity() [all …]
|
A D | rt.c | 1887 int best_cpu; in find_lowest_rq() local 1899 best_cpu = cpumask_any_and_distribute(lowest_mask, in find_lowest_rq() 1901 if (best_cpu < nr_cpu_ids) { in find_lowest_rq() 1903 return best_cpu; in find_lowest_rq()
|
A D | deadline.c | 2104 int best_cpu; in find_later_rq() local 2116 best_cpu = cpumask_any_and_distribute(later_mask, in find_later_rq() 2124 if (best_cpu < nr_cpu_ids) { in find_later_rq() 2126 return best_cpu; in find_later_rq()
|
/linux/drivers/xen/events/ |
A D | events_base.c | 1830 unsigned int cpu, best_cpu = UINT_MAX, minch = UINT_MAX; in select_target_cpu() local 1837 best_cpu = cpu; in select_target_cpu() 1845 if (best_cpu == UINT_MAX) in select_target_cpu() 1848 return best_cpu; in select_target_cpu()
|
Completed in 45 milliseconds