Searched refs:rtprio (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | rtprio.h | 75 struct rtprio { struct 82 int rtp_to_pri(struct rtprio *, struct thread *); argument 83 void pri_to_rtp(struct thread *, struct rtprio *); 91 int rtprio(int, pid_t, struct rtprio *); 92 int rtprio_thread(int, lwpid_t, struct rtprio *);
|
| H A D | thr.h | 59 struct rtprio *rtp; /* Real-time scheduling priority */
|
| H A D | syscall.mk | 113 rtprio.o \
|
| H A D | sysproto.h | 504 char rtp_l_[PADL_(struct rtprio *)]; struct rtprio * rtp; char rtp_r_[PADR_(struct rtprio *)]; 1313 char rtp_l_[PADL_(struct rtprio *)]; struct rtprio * rtp; char rtp_r_[PADR_(struct rtprio *)];
|
| H A D | proc.h | 1163 int thread_create(struct thread *td, struct rtprio *rtp,
|
| /f-stack/freebsd/kern/ |
| H A D | ksched.c | 110 struct rtprio rtp; in getscheduler() 145 struct rtprio rtp; in ksched_getparam() 175 struct rtprio rtp; in ksched_setscheduler()
|
| H A D | kern_resource.c | 296 struct rtprio *rtp; 303 struct rtprio rtp; in sys_rtprio_thread() 309 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio_thread() 330 return (copyout(&rtp, uap->rtp, sizeof(struct rtprio))); in sys_rtprio_thread() 377 struct rtprio *rtp; 385 struct rtprio rtp; in sys_rtprio() 390 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio() 418 struct rtprio rtp2; in sys_rtprio() 433 return (copyout(&rtp, uap->rtp, sizeof(struct rtprio))); in sys_rtprio() 475 rtp_to_pri(struct rtprio *rtp, struct thread *td) in rtp_to_pri() [all …]
|
| H A D | kern_thr.c | 178 struct rtprio rtp, *rtpp; in kern_thr_new() 183 error = copyin(param->rtp, &rtp, sizeof(struct rtprio)); in kern_thr_new() 192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create()
|
| H A D | capabilities.conf | 552 rtprio
|
| H A D | kern_poll.c | 556 struct rtprio rtp; in poll_idle()
|
| /f-stack/tools/libutil/ |
| H A D | login_class.c | 431 struct rtprio rtp; in setusercontext() 454 if (rtprio(RTP_SET, 0, &rtp)) in setusercontext() 462 if (rtprio(RTP_SET, 0, &rtp)) in setusercontext()
|