Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/rtprio/
HDrtprio.c62 rtp.type = RTP_PRIO_REALTIME; in main()
77 case RTP_PRIO_REALTIME: in main()
/freebsd-14-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-14-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-14-stable/sys/kern/
HDksched.c117 case RTP_PRIO_REALTIME: in getscheduler()
184 RTP_PRIO_REALTIME; in ksched_setscheduler()
HDkern_resource.c354 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio_thread()
444 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in sys_rtprio()
481 case RTP_PRIO_REALTIME: in rtp_to_pri()
HDkern_thr.c203 case RTP_PRIO_REALTIME: in thread_create()
/freebsd-14-stable/sys/sys/
HDrtprio.h46 #define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */ macro
/freebsd-14-stable/tools/test/stress2/misc/
HDmlockall2.sh135 rtp.type = RTP_PRIO_REALTIME;
/freebsd-14-stable/lib/libutil/
HDlogin_class.c500 rtp.type = RTP_PRIO_REALTIME; in setclasspriority()
/freebsd-14-stable/usr.sbin/watchdogd/
HDwatchdogd.c133 rtp.type = RTP_PRIO_REALTIME; in main()
/freebsd-14-stable/sys/compat/linux/
HDlinux_misc.c2711 case RTP_PRIO_REALTIME: in linux_rtprio2ioprio()
2738 rtp->type = RTP_PRIO_REALTIME; in linux_ioprio2rtprio()
2860 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME && in linux_ioprio_set()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntpd.c529 srtp.type = RTP_PRIO_REALTIME; /* was: RTP_PRIO_NORMAL */ in set_process_priority()