Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_kern.c74 case RTP_PRIO_FIFO: in _rtp_to_schedparam()
96 rtp->type = RTP_PRIO_FIFO; in _schedparam_to_rtp()
/freebsd/sys/kern/
H A Dksched.c114 case RTP_PRIO_FIFO: in getscheduler()
183 rtp.type = (policy == SCHED_FIFO) ? RTP_PRIO_FIFO : in ksched_setscheduler()
H A Dkern_thr.c204 case RTP_PRIO_FIFO: in thread_create()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h228 rtp.type = RTP_PRIO_FIFO; in sched_set_fifo()
238 rtp.type = RTP_PRIO_FIFO; in sched_set_fifo_low()
/freebsd/sys/sys/
H A Drtprio.h54 #define RTP_PRIO_FIFO PRI_FIFO macro
/freebsd/usr.sbin/rtprio/
H A Drtprio.c77 case RTP_PRIO_FIFO: in main()