Home
last modified time | relevance | path

Searched refs:td_lend_user_pri (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dsched_4bsd.c926 if (td->td_lend_user_pri <= prio) in sched_user_prio()
936 td->td_lend_user_pri = prio; in sched_lend_user_prio()
951 if (td->td_lend_user_pri != prio) in sched_lend_user_prio_cond()
H A Dinit_main.c506 td->td_lend_user_pri = PRI_MAX; in proc0_init()
H A Dsched_ule.c1874 if (td->td_lend_user_pri <= prio) in sched_user_prio()
1884 td->td_lend_user_pri = prio; in sched_lend_user_prio()
1899 if (td->td_lend_user_pri != prio) in sched_lend_user_prio_cond()
H A Dkern_fork.c468 td2->td_lend_user_pri = PRI_MAX; in do_fork()
H A Dkern_thread.c358 td->td_lend_user_pri = PRI_MAX; in thread_ctor()
H A Dkern_umtx.c1512 if (td->td_lend_user_pri > pri) in umtx_propagate_priority()
/f-stack/freebsd/sys/
H A Dproc.h250 u_char td_lend_user_pri; /* (t) Lend user pri. */ member