Searched refs:oldpri (Results 1 – 4 of 4) sorted by relevance
477 u_char newpri, oldclass, oldpri; in rtp_to_pri() local502 oldpri = td->td_user_pri; in rtp_to_pri()504 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL || in rtp_to_pri()507 if (TD_ON_UPILOCK(td) && oldpri != newpri) { in rtp_to_pri()510 umtx_pi_adjust(td, oldpri); in rtp_to_pri()
444 turnstile_adjust(struct thread *td, u_char oldpri) in turnstile_adjust() argument470 td->td_priority < oldpri) { in turnstile_adjust()
1753 int oldpri; in sched_thread_priority() local1788 oldpri = td->td_priority; in sched_thread_priority()1792 else if (tdq->tdq_lowpri == oldpri) in sched_thread_priority()
1636 umtx_pi_adjust(struct thread *td, u_char oldpri) in umtx_pi_adjust() argument