Searched refs:MF_NICED (Results 1 – 4 of 4) sorted by relevance
131 else if (p->p_misc_flags & MF_NICED) in context_stop()
262 #define MF_NICED 0x100000 /* user has lowered max process priority */ macro
692 p->p_misc_flags |= MF_NICED; in sched_proc()694 p->p_misc_flags &= ~MF_NICED; in sched_proc()
318 else if (p->p_misc_flags & MF_NICED)