Searched refs:PF_IDLE (Results 1 – 4 of 4) sorted by relevance
354 current->flags |= PF_IDLE; in play_idle_precise()367 current->flags &= ~PF_IDLE; in play_idle_precise()
9130 idle->flags |= PF_IDLE | PF_KTHREAD | PF_NO_SETAFFINITY; in init_idle()
1719 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro1921 return !!(p->flags & PF_IDLE); in is_idle_task()
2151 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
Completed in 30 milliseconds