Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_4bsd.c959 if (td->td_lend_user_pri <= prio) in sched_user_prio()
969 td->td_lend_user_pri = prio; in sched_lend_user_prio()
984 if (td->td_lend_user_pri == prio) in sched_lend_user_prio_cond()
H A Dinit_main.c525 td->td_lend_user_pri = PRI_MAX; in proc0_init()
H A Dsched_ule.c1985 if (td->td_lend_user_pri <= prio) in sched_user_prio()
1995 td->td_lend_user_pri = prio; in sched_lend_user_prio()
2010 if (td->td_lend_user_pri == prio) in sched_lend_user_prio_cond()
H A Dkern_fork.c470 td2->td_lend_user_pri = PRI_MAX; in do_fork()
H A Dkern_thread.c396 td->td_lend_user_pri = PRI_MAX; in thread_ctor()
H A Dkern_umtx.c1873 if (td->td_lend_user_pri > pri) in umtx_propagate_priority()
/freebsd/sys/sys/
H A Dproc.h255 u_char td_lend_user_pri; /* (t) Lend user pri. */ member