Home
last modified time | relevance | path

Searched refs:sched_lend_user_prio_cond (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsched.h99 void sched_lend_user_prio_cond(struct thread *td, u_char pri);
/f-stack/freebsd/kern/
H A Dsched_4bsd.c948 sched_lend_user_prio_cond(struct thread *td, u_char prio) in sched_lend_user_prio_cond() function
H A Dsched_ule.c1896 sched_lend_user_prio_cond(struct thread *td, u_char prio) in sched_lend_user_prio_cond() function
H A Dkern_umtx.c4674 sched_lend_user_prio_cond(td, PRI_MAX); in umtx_thread_cleanup()