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

/linux-4.1.27/kernel/sched/
H A Dcore.c1027 WARN_ON_ONCE(p->state != TASK_RUNNING && p->state != TASK_WAKING && set_task_cpu()
1691 p->state = TASK_WAKING; try_to_wake_up()
4812 if (task_running(rq, p) || p->state == TASK_WAKING) { set_cpus_allowed_ptr()
4938 * during wakeups, see set_cpus_allowed_ptr()'s TASK_WAKING test. migration_cpu_stop()
H A Dfair.c8027 if (!queued && (!se->sum_exec_runtime || p->state == TASK_WAKING)) task_move_group_fair()
/linux-4.1.27/include/linux/
H A Dsched.h214 #define TASK_WAKING 256 macro

Completed in 182 milliseconds