Home
last modified time | relevance | path

Searched refs:p_nice (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/ps/
H A Dprint.c285 if (kp->p_nice < NZERO) in printstate()
287 else if (kp->p_nice > NZERO) in printstate()
367 (void)printf("%*d", v->width, kp->p_nice - NZERO); in pnice()
/openbsd/sys/sys/
H A Dsysctl.h437 u_int8_t p_nice; /* U_CHAR: Process "nice" value. */ member
662 (kp)->p_nice = (pr)->ps_nice; \
/openbsd/usr.bin/top/
H A Dmachine.c579 pp->p_priority - PZERO, pp->p_nice - NZERO, in format_next_process()