Searched refs:sched_lend_user_prio (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sched.h | 98 void sched_lend_user_prio(struct thread *td, u_char pri);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 1513 sched_lend_user_prio(td, pri); in umtx_propagate_priority() 1562 sched_lend_user_prio(pi->pi_owner, pri); in umtx_repropagate_priority() 1624 sched_lend_user_prio(owner, pri); in umtx_pi_claim() 2075 sched_lend_user_prio(td, pri); in do_unlock_pi() 2178 sched_lend_user_prio(td, uq->uq_inherited_pri); in do_lock_pp() 2262 sched_lend_user_prio(td, pri); in do_lock_pp() 2281 sched_lend_user_prio(td, pri); in do_lock_pp() 2370 sched_lend_user_prio(td, pri); in do_unlock_pp()
|
| H A D | sched_4bsd.c | 932 sched_lend_user_prio(struct thread *td, u_char prio) in sched_lend_user_prio() function 961 sched_lend_user_prio(td, prio); in sched_lend_user_prio_cond()
|
| H A D | sched_ule.c | 1880 sched_lend_user_prio(struct thread *td, u_char prio) in sched_lend_user_prio() function 1909 sched_lend_user_prio(td, prio); in sched_lend_user_prio_cond()
|