Home
last modified time | relevance | path

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

/freebsd/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/sys/sys/
H A Drtprio.h68 #define RTP_SET 1 macro
/freebsd/usr.sbin/rtprio/
H A Drtprio.c113 if (rtprio(RTP_SET, proc, &rtp) != 0) in main()
/freebsd/tools/test/stress2/misc/
H A Dmlockall2.sh137 if (rtprio(RTP_SET, 0, &rtp) == -1)
/freebsd/lib/libthr/thread/
H A Dthr_kern.c127 return (rtprio_thread(RTP_SET, lwpid, &rtp)); in _thr_setscheduler()
/freebsd/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/sys/kern/
H A Dkern_resource.c306 if (uap->function == RTP_SET) in sys_rtprio_thread()
329 case RTP_SET: in sys_rtprio_thread()
387 if (uap->function == RTP_SET) in sys_rtprio()
432 case RTP_SET: in sys_rtprio()
/freebsd/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()
537 # else /* !RTP_SET follows */ in set_process_priority()
544 # endif /* !RTP_SET */ in set_process_priority()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c135 if (rtprio(RTP_SET, 0, &rtp) == -1) in main()
/freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/
H A Dbt_speaker.c474 if (rtprio(RTP_SET, getpid(), &rtp) != 0) { in main()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c2161 if (rtprio(RTP_SET, getpid(), &rtp) != 0) in parse_options()