Home
last modified time | relevance | path

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

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