Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drtprio.h62 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
/f-stack/freebsd/kern/
H A Dksched.c105 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
/f-stack/tools/libutil/
H A Dlogin_class.c461 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p; in setusercontext()