Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drtprio.h55 #define RTP_PRIO_BASE(P) PRI_BASE(P) macro
/freebsd/sys/kern/
H A Dkern_resource.c351 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio_thread()
354 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE && in sys_rtprio_thread()
441 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio()
444 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE && in sys_rtprio()
477 switch (RTP_PRIO_BASE(rtp->type)) { in rtp_to_pri()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2886 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in linux_ioprio_set()