Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Didle.c373 current->flags |= PF_IDLE; in play_idle_precise()
386 current->flags &= ~PF_IDLE; in play_idle_precise()
H A Dcore.c6812 idle->flags |= PF_IDLE; in init_idle()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1565 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
1753 return !!(p->flags & PF_IDLE); in is_idle_task()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c2053 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE); in copy_process()