Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_resource.c476 u_char newpri, oldclass, oldpri; in rtp_to_pri() local
501 oldpri = td->td_user_pri; in rtp_to_pri()
503 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL || in rtp_to_pri()
506 if (TD_ON_UPILOCK(td) && oldpri != newpri) { in rtp_to_pri()
509 umtx_pi_adjust(td, oldpri); in rtp_to_pri()
HDsubr_turnstile.c442 turnstile_adjust(struct thread *td, u_char oldpri) in turnstile_adjust() argument
468 td->td_priority < oldpri) { in turnstile_adjust()
HDsched_ule.c1853 int oldpri; in sched_thread_priority() local
1888 oldpri = td->td_priority; in sched_thread_priority()
1892 else if (tdq->tdq_lowpri == oldpri) in sched_thread_priority()
HDkern_umtx.c1997 umtx_pi_adjust(struct thread *td, u_char oldpri) in umtx_pi_adjust() argument