Searched refs:rtp_to_pri (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/kern/ |
H A D | ksched.c | 185 rtp_to_pri(&rtp, td); in ksched_setscheduler() 195 rtp_to_pri(&rtp, td); in ksched_setscheduler()
|
H A D | kern_resource.c | 358 error = rtp_to_pri(&rtp, td1); in sys_rtprio_thread() 456 error = rtp_to_pri(&rtp, td); in sys_rtprio() 459 if ((error = rtp_to_pri(&rtp, td)) != 0) in sys_rtprio() 473 rtp_to_pri(struct rtprio *rtp, struct thread *td) in rtp_to_pri() function
|
H A D | kern_poll.c | 560 rtp_to_pri(&rtp, td); in poll_idle()
|
H A D | kern_thr.c | 277 rtp_to_pri(rtp, newtd); in thread_create()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | sched.h | 230 rtp_to_pri(&rtp, t->task_thread); in sched_set_fifo() 240 rtp_to_pri(&rtp, t->task_thread); in sched_set_fifo_low()
|
H A D | sched.h | 230 rtp_to_pri(&rtp, t->task_thread); in sched_set_fifo() 240 rtp_to_pri(&rtp, t->task_thread); in sched_set_fifo_low()
|
H A D | sched.h | 230 rtp_to_pri(&rtp, t->task_thread); in sched_set_fifo() 240 rtp_to_pri(&rtp, t->task_thread); in sched_set_fifo_low()
|
/freebsd/sys/sys/ |
H A D | rtprio.h | 80 int rtp_to_pri(struct rtprio *, struct thread *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2911 error = rtp_to_pri(&rtp, td1); in linux_ioprio_set() 2914 if ((error = rtp_to_pri(&rtp, td1)) != 0) in linux_ioprio_set() 2939 if ((error = rtp_to_pri(&rtp, td1)) != 0) in linux_ioprio_set() 2959 if ((error = rtp_to_pri(&rtp, td1)) != 0) in linux_ioprio_set()
|