Lines Matching defs:wake_cpu
2678 p->wake_cpu = arg->dest_cpu;
3429 p->wake_cpu = cpu;
3777 * so that it can be properly woken up on the p->wake_cpu
3784 * Typically per __set_task_cpu(), task_cpu(p) == p->wake_cpu.
3787 * original cpu in p->wake_cpu while migrating p for proxy reasons
3791 * only set p->wake_cpu when !p->on_rq, and since here p->on_rq, this
3795 if (task_cpu(p) == p->wake_cpu)
4409 cpu = select_task_rq(p, p->wake_cpu, &wake_flags);
4419 } else if (cpu != p->wake_cpu) {
4422 * select_task_rq() picks cpu instead of wake_cpu
4424 * leaving a stale wake_cpu pointing to where we
4425 * proxy-migrated from. So just fixup wake_cpu here
4428 p->wake_cpu = cpu;
6775 unsigned int wake_cpu;
6779 * not be able to run on, preserve wake_cpu when we
6783 wake_cpu = p->wake_cpu;
6785 p->wake_cpu = wake_cpu;