Home
last modified time | relevance | path

Searched refs:wake_cpu (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dsched.h785 int wake_cpu; member
/Linux-v6.6/kernel/
Dworkqueue.c1135 !cpumask_test_cpu(p->wake_cpu, pool->attrs->__pod_cpumask)) { in kick_pool()
1138 p->wake_cpu = cpumask_any_distribute(pool->attrs->__pod_cpumask); in kick_pool()
/Linux-v6.6/kernel/sched/
Dsched.h2047 p->wake_cpu = cpu; in __set_task_cpu()
Dcore.c2630 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop()
3423 p->wake_cpu = cpu; in __migrate_swap_task()
4331 cpu = select_task_rq(p, p->wake_cpu, wake_flags | WF_TTWU); in try_to_wake_up()