Searched refs:RTP_PRIO_NORMAL (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Drtprio.h46 #define RTP_PRIO_NORMAL PRI_TIMESHARE /* time sharing process */ macro
/freebsd-10-stable/usr.sbin/rtprio/
H A Drtprio.c81 case RTP_PRIO_NORMAL:
96 rtp.type = RTP_PRIO_NORMAL;
/freebsd-10-stable/tools/regression/priv/
H A Dpriv_sched_rtprio.c110 rtp.type = RTP_PRIO_NORMAL;
179 rtp.type = RTP_PRIO_NORMAL;
248 rtp.type = RTP_PRIO_NORMAL;
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_kern.c105 rtp->type = RTP_PRIO_NORMAL;
/freebsd-10-stable/sys/kern/
H A Dksched.c193 rtp.type = RTP_PRIO_NORMAL;
H A Dkern_thr.c206 case RTP_PRIO_NORMAL:
266 rtp->type == RTP_PRIO_NORMAL)) {
H A Dkern_resource.c482 case RTP_PRIO_NORMAL:
501 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL ||
502 td->td_pri_class != RTP_PRIO_NORMAL))

Completed in 82 milliseconds