Searched refs:RTP_PRIO_MIN (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/sys/
H A Drtprio.h60 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
/freebsd-current/lib/libutil/
H A Dlogin_class.c492 p += RTP_PRIO_MIN - (PRIO_MAX + 1);
500 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p;
/freebsd-current/sys/kern/
H A Dksched.c103 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
/freebsd-current/lib/libthr/thread/
H A Dthr_init.c74 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0}, /* FIFO */
76 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0} /* RR */
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h228 rtp.prio = (RTP_PRIO_MIN + RTP_PRIO_MAX) / 2;
/freebsd-current/sys/compat/linux/
H A Dlinux_misc.c1306 * [0, RTP_PRIO_MAX - RTP_PRIO_MIN] (rounding down).
1310 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) /
1888 * [0, RTP_PRIO_MAX - RTP_PRIO_MIN] (rounding down).
1892 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) /
1934 * Map [0, RTP_PRIO_MAX - RTP_PRIO_MIN] to
1940 (RTP_PRIO_MAX - RTP_PRIO_MIN - 1)) /
1941 (RTP_PRIO_MAX - RTP_PRIO_MIN) + 1;
2730 prio = RTP_PRIO_MIN;
2742 prio = RTP_PRIO_MIN;
2755 rtp->prio = RTP_PRIO_MIN;
[all...]

Completed in 97 milliseconds