Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drtprio.h61 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
/freebsd/lib/libutil/
H A Dlogin_class.c494 p += RTP_PRIO_MIN - (PRIO_MAX + 1); in setclasspriority()
502 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p; in setclasspriority()
/freebsd/lib/libthr/thread/
H A Dthr_init.c76 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0}, /* FIFO */
78 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0} /* RR */
/freebsd/sys/kern/
H A Dksched.c103 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h228 rtp.prio = (RTP_PRIO_MIN + RTP_PRIO_MAX) / 2; in sched_set_fifo()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1288 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setscheduler()
1890 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setparam()
1938 (RTP_PRIO_MAX - RTP_PRIO_MIN - 1)) / in linux_sched_getparam()
1939 (RTP_PRIO_MAX - RTP_PRIO_MIN) + 1; in linux_sched_getparam()
2728 prio = RTP_PRIO_MIN; in linux_rtprio2ioprio()
2740 prio = RTP_PRIO_MIN; in linux_rtprio2ioprio()
2753 rtp->prio = RTP_PRIO_MIN; in linux_ioprio2rtprio()