Searched refs:sched_remote_wakeup (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsched.h915 * p->on_rq = 0; p->sched_remote_wakeup = Y;
918 * ->sched_remote_wakeup gets used, so it can be in this word.
920 unsigned sched_remote_wakeup:1; member in struct:task_struct
/linux-master/kernel/sched/
H A Dcore.c3895 ttwu_do_activate(rq, p, p->sched_remote_wakeup ? WF_MIGRATED : 0, &rf);
3938 p->sched_remote_wakeup = !!(wake_flags & WF_MIGRATED);

Completed in 498 milliseconds