Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Didle.c402 current->flags |= PF_IDLE; in play_idle_precise()
415 current->flags &= ~PF_IDLE; in play_idle_precise()
424 current->flags |= PF_IDLE; in cpu_startup_entry()
/linux/include/linux/
H A Dsched.h1733 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
1917 return !!(p->flags & PF_IDLE); in is_idle_task()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h30 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
/linux/kernel/
H A Dfork.c2068 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()