Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Didle.c428 current->flags |= PF_IDLE; in play_idle_precise()
441 current->flags &= ~PF_IDLE; in play_idle_precise()
450 current->flags |= PF_IDLE; in cpu_startup_entry()
/linux/tools/testing/selftests/sched_ext/
H A Dnuma.bpf.c32 curr_is_idle = curr && (curr->flags & PF_IDLE); in validate_local_idle_state()
H A Dallowed_cpus.bpf.c27 curr_is_idle = curr && (curr->flags & PF_IDLE); in validate_local_idle_state()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h31 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
/linux/kernel/
H A Dfork.c2193 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()