Home
last modified time | relevance | path

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

/freebsd-head/lib/libthr/thread/
HDthr_kern.c74 case RTP_PRIO_FIFO: in _rtp_to_schedparam()
96 rtp->type = RTP_PRIO_FIFO; in _schedparam_to_rtp()
/freebsd-head/sys/kern/
HDksched.c114 case RTP_PRIO_FIFO: in getscheduler()
183 rtp.type = (policy == SCHED_FIFO) ? RTP_PRIO_FIFO : in ksched_setscheduler()
HDkern_thr.c204 case RTP_PRIO_FIFO: in thread_create()
/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDsched.h229 rtp.type = RTP_PRIO_FIFO; in sched_set_fifo()
239 rtp.type = RTP_PRIO_FIFO; in sched_set_fifo_low()
/freebsd-head/sys/sys/
HDrtprio.h54 #define RTP_PRIO_FIFO PRI_FIFO macro
/freebsd-head/usr.sbin/rtprio/
HDrtprio.c77 case RTP_PRIO_FIFO: in main()