Home
last modified time | relevance | path

Searched refs:rtp_to_pri (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dksched.c187 rtp_to_pri(&rtp, td); in ksched_setscheduler()
197 rtp_to_pri(&rtp, td); in ksched_setscheduler()
H A Dkern_resource.c360 error = rtp_to_pri(&rtp, td1); in sys_rtprio_thread()
458 error = rtp_to_pri(&rtp, td); in sys_rtprio()
461 if ((error = rtp_to_pri(&rtp, td)) != 0) in sys_rtprio()
475 rtp_to_pri(struct rtprio *rtp, struct thread *td) in rtp_to_pri() function
H A Dkern_poll.c561 rtp_to_pri(&rtp, td); in poll_idle()
H A Dkern_thr.c277 rtp_to_pri(rtp, newtd); in thread_create()
/f-stack/freebsd/sys/
H A Drtprio.h82 int rtp_to_pri(struct rtprio *, struct thread *);