PF_IDLE
return !!(p->flags & PF_IDLE);
p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY);
current->flags |= PF_IDLE;
current->flags &= ~PF_IDLE;
current->flags |= PF_IDLE;