Home
last modified time | relevance | path

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

/openbsd/usr.bin/top/
H A Dmachine.c579 pp->p_priority - PZERO, pp->p_nice - NZERO, in format_next_process()
624 if ((result = p2->p_priority - p1->p_priority) == 0)
/openbsd/sys/sys/
H A Dsysctl.h435 u_int8_t p_priority; /* U_CHAR: Process priority. */ member
689 (kp)->p_priority = _getcompatprio(p); \
/openbsd/bin/ps/
H A Dprint.c357 (void)printf("%*d", v->width, kp->p_priority - PZERO); in pri()