Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Didle.c404 current->flags |= PF_IDLE; in play_idle_precise()
417 current->flags &= ~PF_IDLE; in play_idle_precise()
426 current->flags |= PF_IDLE; in cpu_startup_entry()
/linux/include/linux/
H A Dsched.h1711 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
1896 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.c2108 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()