Searched refs:sched_lend_prio (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dsched.h94 void sched_lend_prio(struct thread *td, u_char prio);
/freebsd-9.3-release/sys/kern/
H A Dsubr_turnstile.c243 sched_lend_prio(td, pri);
662 sched_lend_prio(owner, td->td_priority);
H A Dsched_4bsd.c862 sched_lend_prio(struct thread *td, u_char prio) function
891 sched_lend_prio(td, prio);
H A Dsched_ule.c1671 sched_lend_prio(struct thread *td, u_char prio) function
1700 sched_lend_prio(td, prio);

Completed in 127 milliseconds