Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtprio/
H A Drtprio.c80 case RTP_PRIO_NORMAL: in main()
95 rtp.type = RTP_PRIO_NORMAL; in main()
/freebsd/tools/regression/priv/
H A Dpriv_sched_rtprio.c108 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_curproc_normal()
177 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_myproc_normal()
246 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_aproc_normal()
/freebsd/sys/sys/
H A Drtprio.h47 #define RTP_PRIO_NORMAL PRI_TIMESHARE /* time sharing process */ macro
/freebsd/lib/libthr/thread/
H A Dthr_kern.c101 rtp->type = RTP_PRIO_NORMAL; in _schedparam_to_rtp()
/freebsd/sys/kern/
H A Dksched.c193 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.c483 case RTP_PRIO_NORMAL: in rtp_to_pri()
502 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL || in rtp_to_pri()
503 td->td_pri_class != RTP_PRIO_NORMAL)) in rtp_to_pri()
/freebsd/bin/ps/
H A Dprint.c710 case RTP_PRIO_NORMAL: in priorityr()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2733 case RTP_PRIO_NORMAL: in linux_rtprio2ioprio()
2760 rtp->type = RTP_PRIO_NORMAL; in linux_ioprio2rtprio()