Searched refs:PF_IDLE (Results 1 – 5 of 5) sorted by relevance
428 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()
32 curr_is_idle = curr && (curr->flags & PF_IDLE); in validate_local_idle_state()
27 curr_is_idle = curr && (curr->flags & PF_IDLE); in validate_local_idle_state()
31 #define PF_IDLE 0x00000002 /* I am an IDLE thread */ macro
2193 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()