Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drtprio.h75 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 Dthr.h59 struct rtprio *rtp; /* Real-time scheduling priority */
H A Dsyscall.mk113 rtprio.o \
H A Dsysproto.h504 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 Dproc.h1163 int thread_create(struct thread *td, struct rtprio *rtp,
/f-stack/freebsd/kern/
H A Dksched.c110 struct rtprio rtp; in getscheduler()
145 struct rtprio rtp; in ksched_getparam()
175 struct rtprio rtp; in ksched_setscheduler()
H A Dkern_resource.c296 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 Dkern_thr.c178 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 Dcapabilities.conf552 rtprio
H A Dkern_poll.c556 struct rtprio rtp; in poll_idle()
/f-stack/tools/libutil/
H A Dlogin_class.c431 struct rtprio rtp; in setusercontext()
454 if (rtprio(RTP_SET, 0, &rtp)) in setusercontext()
462 if (rtprio(RTP_SET, 0, &rtp)) in setusercontext()