Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Didle.c354 current->flags |= PF_IDLE; in play_idle_precise()
367 current->flags &= ~PF_IDLE; in play_idle_precise()
376 current->flags |= PF_IDLE; in cpu_startup_entry()
/openbmc/linux/include/linux/
H A Dsched.h1727 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
1941 return !!(p->flags & PF_IDLE); in is_idle_task()
/openbmc/linux/kernel/
H A Dfork.c2383 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()