Searched refs:wake_cpu (Results 1 – 4 of 4) sorted by relevance
1273 * wake_cpu field. Let's see if we want to move @worker to improve in kick_pool() 1278 * so, setting the wake_cpu won't do anything. As this is a best-effort in kick_pool() 1287 !cpumask_test_cpu(p->wake_cpu, pool->attrs->__pod_cpumask)) { in kick_pool() 1290 int wake_cpu = cpumask_any_and_distribute(pool->attrs->__pod_cpumask, in kick_pool() local 1292 if (wake_cpu < nr_cpu_ids) { in kick_pool() 1293 p->wake_cpu = wake_cpu; in kick_pool()
863 int wake_cpu; member
2570 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop()3321 p->wake_cpu = cpu; in __migrate_swap_task()4230 cpu = select_task_rq(p, p->wake_cpu, &wake_flags); in try_to_wake_up()
2300 p->wake_cpu = cpu; in __set_task_cpu()