Home
last modified time | relevance | path

Searched refs:RTP_PRIO_REALTIME (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.sbin/rtprio/
H A Drtprio.c61 rtp.type = RTP_PRIO_REALTIME; in main()
76 case RTP_PRIO_REALTIME: in main()
/freebsd/tools/regression/priv/
H A Dpriv_sched_rtprio.c154 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_curproc_realtime()
223 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_myproc_realtime()
292 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_aproc_realtime()
/freebsd/lib/libthr/thread/
H A Dthr_kern.c70 case RTP_PRIO_REALTIME: in _rtp_to_schedparam()
92 rtp->type = RTP_PRIO_REALTIME; in _schedparam_to_rtp()
/freebsd/sys/kern/
H A Dksched.c117 case RTP_PRIO_REALTIME: in getscheduler()
184 RTP_PRIO_REALTIME; in ksched_setscheduler()
H A Dkern_resource.c351 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio_thread()
441 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio()
478 case RTP_PRIO_REALTIME: in rtp_to_pri()
H A Dkern_thr.c203 case RTP_PRIO_REALTIME: in thread_create()
/freebsd/sys/sys/
H A Drtprio.h46 #define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */ macro
/freebsd/tools/test/stress2/misc/
H A Dmlockall2.sh135 rtp.type = RTP_PRIO_REALTIME;
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c133 rtp.type = RTP_PRIO_REALTIME; in main()
/freebsd/lib/libutil/
H A Dlogin_class.c499 rtp.type = RTP_PRIO_REALTIME; in setclasspriority()
/freebsd/bin/ps/
H A Dprint.c706 case RTP_PRIO_REALTIME: in priorityr()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2737 case RTP_PRIO_REALTIME: in linux_rtprio2ioprio()
2764 rtp->type = RTP_PRIO_REALTIME; in linux_ioprio2rtprio()
2886 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in linux_ioprio_set()
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c529 srtp.type = RTP_PRIO_REALTIME; /* was: RTP_PRIO_NORMAL */ in set_process_priority()