Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Drtprio.h62 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
/freebsd-12-stable/lib/libthr/thread/
Dthr_init.c76 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0}, /* FIFO */
78 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0} /* RR */
/freebsd-12-stable/lib/libutil/
Dlogin_class.c468 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p; in setusercontext()
/freebsd-12-stable/sys/kern/
Dksched.c105 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
/freebsd-12-stable/sys/compat/linux/
Dlinux_misc.c1445 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setscheduler()
1967 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setparam()
2015 (RTP_PRIO_MAX - RTP_PRIO_MIN - 1)) / in linux_sched_getparam()
2016 (RTP_PRIO_MAX - RTP_PRIO_MIN) + 1; in linux_sched_getparam()