Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDksched.c185 rtp_to_pri(&rtp, td); in ksched_setscheduler()
195 rtp_to_pri(&rtp, td); in ksched_setscheduler()
HDkern_resource.c349 error = rtp_to_pri(&rtp, td1); in sys_rtprio_thread()
447 error = rtp_to_pri(&rtp, td); in sys_rtprio()
450 if ((error = rtp_to_pri(&rtp, td)) != 0) in sys_rtprio()
464 rtp_to_pri(struct rtprio *rtp, struct thread *td) in rtp_to_pri() function
HDkern_poll.c550 rtp_to_pri(&rtp, td); in poll_idle()
HDkern_thr.c294 rtp_to_pri(rtp, newtd); in thread_create()
/NextBSD/sys/sys/
HDrtprio.h79 int rtp_to_pri(struct rtprio *, struct thread *);