Home
last modified time | relevance | path

Searched refs:TASK_NEW (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsched.h100 #define TASK_NEW 0x00000800 macro
/openbmc/linux/kernel/sched/
H A Dcore.c4736 p->__state = TASK_NEW; in sched_fork()
H A Dfair.c12831 if (READ_ONCE(p->__state) == TASK_NEW) in task_change_group_fair()