Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/rtprio/
HDrtprio.c62 rtp.type = RTP_PRIO_REALTIME; in main()
77 case RTP_PRIO_REALTIME: in main()
/freebsd-13-stable/tools/regression/priv/
HDpriv_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-13-stable/lib/libthr/thread/
HDthr_kern.c71 case RTP_PRIO_REALTIME: in _rtp_to_schedparam()
93 rtp->type = RTP_PRIO_REALTIME; in _schedparam_to_rtp()
/freebsd-13-stable/sys/kern/
HDksched.c117 case RTP_PRIO_REALTIME: in getscheduler()
184 RTP_PRIO_REALTIME; in ksched_setscheduler()
HDkern_resource.c352 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio_thread()
442 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio()
479 case RTP_PRIO_REALTIME: in rtp_to_pri()
HDkern_thr.c204 case RTP_PRIO_REALTIME: in thread_create()
/freebsd-13-stable/sys/sys/
HDrtprio.h46 #define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */ macro
/freebsd-13-stable/lib/libutil/
HDlogin_class.c499 rtp.type = RTP_PRIO_REALTIME; in setclasspriority()
/freebsd-13-stable/usr.sbin/watchdogd/
HDwatchdogd.c133 rtp.type = RTP_PRIO_REALTIME; in main()
/freebsd-13-stable/bin/ps/
HDprint.c718 case RTP_PRIO_REALTIME: in priorityr()
/freebsd-13-stable/contrib/ntp/ntpd/
HDntpd.c529 srtp.type = RTP_PRIO_REALTIME; /* was: RTP_PRIO_NORMAL */ in set_process_priority()