Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drtprio.h57 #define RTP_PRIO_BASE(P) PRI_BASE(P) macro
/f-stack/freebsd/kern/
H A Dkern_resource.c353 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME || in sys_rtprio_thread()
354 (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE && in sys_rtprio_thread()
443 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME || in sys_rtprio()
444 (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE && in sys_rtprio()
479 switch (RTP_PRIO_BASE(rtp->type)) { in rtp_to_pri()