Searched refs:RTP_SET (Results 1 – 11 of 11) sorted by relevance
| /freebsd/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/sys/sys/ |
| H A D | rtprio.h | 68 #define RTP_SET 1 macro
|
| /freebsd/usr.sbin/rtprio/ |
| H A D | rtprio.c | 113 if (rtprio(RTP_SET, proc, &rtp) != 0) in main()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | mlockall2.sh | 137 if (rtprio(RTP_SET, 0, &rtp) == -1)
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_kern.c | 127 return (rtprio_thread(RTP_SET, lwpid, &rtp)); in _thr_setscheduler()
|
| /freebsd/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/sys/kern/ |
| H A D | kern_resource.c | 306 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 D | ntpd.c | 525 # 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 D | watchdogd.c | 135 if (rtprio(RTP_SET, 0, &rtp) == -1) in main()
|
| /freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/ |
| H A D | bt_speaker.c | 474 if (rtprio(RTP_SET, getpid(), &rtp) != 0) { in main()
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | main.c | 2161 if (rtprio(RTP_SET, getpid(), &rtp) != 0) in parse_options()
|