Home
last modified time | relevance | path

Searched refs:RTP_PRIO_NORMAL (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/usr.sbin/rtprio/
H A Drtprio.c83 case RTP_PRIO_NORMAL: in main()
98 rtp.type = RTP_PRIO_NORMAL; in main()
/freebsd-13.1/tools/regression/priv/
H A Dpriv_sched_rtprio.c110 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_curproc_normal()
179 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_myproc_normal()
248 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_aproc_normal()
/freebsd-13.1/sys/sys/
H A Drtprio.h49 #define RTP_PRIO_NORMAL PRI_TIMESHARE /* time sharing process */ macro
/freebsd-13.1/lib/libthr/thread/
H A Dthr_kern.c104 rtp->type = RTP_PRIO_NORMAL; in _schedparam_to_rtp()
/freebsd-13.1/sys/kern/
H A Dksched.c195 rtp.type = RTP_PRIO_NORMAL; in ksched_setscheduler()
H A Dkern_thr.c211 case RTP_PRIO_NORMAL: in thread_create()
276 rtp->type == RTP_PRIO_NORMAL)) in thread_create()
H A Dkern_resource.c486 case RTP_PRIO_NORMAL: in rtp_to_pri()
505 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL || in rtp_to_pri()
506 td->td_pri_class != RTP_PRIO_NORMAL)) in rtp_to_pri()
/freebsd-13.1/bin/ps/
H A Dprint.c724 case RTP_PRIO_NORMAL: in priorityr()