Searched refs:RTP_PRIO_IS_REALTIME (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | rtprio.h | 56 #define RTP_PRIO_IS_REALTIME(P) PRI_IS_REALTIME(P) macro |
/freebsd/sys/kern/ | ||
H A D | ksched.c | 146 if (RTP_PRIO_IS_REALTIME(rtp.type)) in ksched_getparam() |