Searched refs:TASK_WAKING (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsched.h108 #define TASK_WAKING 0x00000200 macro
/linux-master/kernel/sched/
H A Dcore.c2098 if (state != TASK_RUNNING && state != TASK_WAKING && !p->on_rq)
2600 * during wakeups, see set_cpus_allowed_ptr()'s TASK_WAKING test.
3054 if (task_on_cpu(rq, p) || READ_ONCE(p->__state) == TASK_WAKING) {
3357 WARN_ON_ONCE(state != TASK_RUNNING && state != TASK_WAKING && !p->on_rq);
4324 * TASK_WAKING such that we can unlock p->pi_lock before doing the
4327 WRITE_ONCE(p->__state, TASK_WAKING);
4396 if (state == TASK_RUNNING || state == TASK_WAKING)
6686 * p->state = TASK_WAKING
H A Ddeadline.c1953 if (READ_ONCE(p->__state) != TASK_WAKING)
1958 * Since p->state == TASK_WAKING, set_task_cpu() has been called

Completed in 197 milliseconds