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

/freebsd-9.3-release/sys/sys/
H A Drtprio.h54 #define RTP_PRIO_BASE(P) PRI_BASE(P) macro
/freebsd-9.3-release/sys/kern/
H A Dkern_resource.c346 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME ||
347 (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE &&
438 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME ||
439 (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE &&
475 switch (RTP_PRIO_BASE(rtp->type)) {

Completed in 176 milliseconds