Home
last modified time | relevance | path

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

/freebsd-14.2/tools/regression/priv/
H A Dpriv_sched_rtprio.c110 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_normal()
133 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_idle()
156 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_realtime()
179 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_normal()
202 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_idle()
225 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_realtime()
248 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_normal()
271 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_idle()
294 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_realtime()
/freebsd-14.2/sys/sys/
H A Drtprio.h67 #define RTP_SET 1 macro
/freebsd-14.2/usr.sbin/rtprio/
H A Drtprio.c114 if (rtprio(RTP_SET, proc, &rtp) != 0) in main()
/freebsd-14.2/tools/test/stress2/misc/
H A Dmlockall2.sh137 if (rtprio(RTP_SET, 0, &rtp) == -1)
/freebsd-14.2/lib/libthr/thread/
H A Dthr_kern.c128 return (rtprio_thread(RTP_SET, lwpid, &rtp)); in _thr_setscheduler()
/freebsd-14.2/lib/libutil/
H A Dlogin_class.c496 rc = rtprio(RTP_SET, 0, &rtp); in setclasspriority()
503 rc = rtprio(RTP_SET, 0, &rtp); in setclasspriority()
/freebsd-14.2/sys/kern/
H A Dkern_resource.c309 if (uap->function == RTP_SET) in sys_rtprio_thread()
332 case RTP_SET: in sys_rtprio_thread()
390 if (uap->function == RTP_SET) in sys_rtprio()
435 case RTP_SET: in sys_rtprio()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntpd.c525 # ifdef RTP_SET in set_process_priority()
532 if (rtprio(RTP_SET, getpid(), &srtp) < 0) in set_process_priority()
/freebsd-14.2/usr.sbin/watchdogd/
H A Dwatchdogd.c135 if (rtprio(RTP_SET, 0, &rtp) == -1) in main()