Home
last modified time | relevance | path

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

/minix3/minix/kernel/arch/earm/
H A Darch_clock.c131 else if (p->p_misc_flags & MF_NICED) in context_stop()
/minix3/minix/kernel/
H A Dproc.h262 #define MF_NICED 0x100000 /* user has lowered max process priority */ macro
H A Dsystem.c692 p->p_misc_flags |= MF_NICED; in sched_proc()
694 p->p_misc_flags &= ~MF_NICED; in sched_proc()
/minix3/minix/kernel/arch/i386/
H A Darch_clock.c318 else if (p->p_misc_flags & MF_NICED)