Searched refs:td_lend_user_pri (Results 1 – 7 of 7) sorted by relevance
927 if (td->td_lend_user_pri <= prio) in sched_user_prio()937 td->td_lend_user_pri = prio; in sched_lend_user_prio()
489 td->td_lend_user_pri = PRI_MAX; in proc0_init()
149 td->td_lend_user_pri = PRI_MAX; in thread_ctor()
490 td2->td_lend_user_pri = PRI_MAX; in do_fork()
1781 if (td->td_lend_user_pri <= prio) in sched_user_prio()1791 td->td_lend_user_pri = prio; in sched_lend_user_prio()
1740 if (td->td_lend_user_pri > pri) in umtx_propagate_priority()
221 u_char td_lend_user_pri; /* (t) Lend user pri. */ member