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

/freebsd-13-stable/sys/sys/
H A Dsched.h97 void sched_lend_prio(struct thread *td, u_char prio);
/freebsd-13-stable/sys/kern/
H A Dsubr_turnstile.c266 sched_lend_prio(td, pri);
726 sched_lend_prio(owner, td->td_priority);
H A Dsched_4bsd.c861 sched_lend_prio(struct thread *td, u_char prio) function
890 sched_lend_prio(td, prio);
H A Dsched_ule.c1804 sched_lend_prio(struct thread *td, u_char prio) function
1833 sched_lend_prio(td, prio);

Completed in 91 milliseconds