Home
last modified time | relevance | path

Searched refs:PF_IDLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/kernel/sched/
Didle.c378 current->flags |= PF_IDLE; in play_idle_precise()
391 current->flags &= ~PF_IDLE; in play_idle_precise()
Dcore.c8637 idle->flags |= PF_IDLE | PF_KTHREAD | PF_NO_SETAFFINITY; in init_idle()
/Linux-v5.15/include/linux/
Dsched.h1666 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
1864 return !!(p->flags & PF_IDLE); in is_idle_task()
/Linux-v5.15/kernel/
Dfork.c2080 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()