Home
last modified time | relevance | path

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

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