Searched refs:RTP_SET (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/tools/regression/priv/ |
| H A D | priv_sched_rtprio.c | 110 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 D | rtprio.h | 67 #define RTP_SET 1 macro
|
| /freebsd-14.2/usr.sbin/rtprio/ |
| H A D | rtprio.c | 114 if (rtprio(RTP_SET, proc, &rtp) != 0) in main()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | mlockall2.sh | 137 if (rtprio(RTP_SET, 0, &rtp) == -1)
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_kern.c | 128 return (rtprio_thread(RTP_SET, lwpid, &rtp)); in _thr_setscheduler()
|
| /freebsd-14.2/lib/libutil/ |
| H A D | login_class.c | 496 rc = rtprio(RTP_SET, 0, &rtp); in setclasspriority() 503 rc = rtprio(RTP_SET, 0, &rtp); in setclasspriority()
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_resource.c | 309 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 D | ntpd.c | 525 # 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 D | watchdogd.c | 135 if (rtprio(RTP_SET, 0, &rtp) == -1) in main()
|