Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c475 u_char newpri, oldclass, oldpri; in rtp_to_pri() local
500 oldpri = td->td_user_pri; in rtp_to_pri()
502 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL || in rtp_to_pri()
505 if (TD_ON_UPILOCK(td) && oldpri != newpri) { in rtp_to_pri()
508 umtx_pi_adjust(td, oldpri); in rtp_to_pri()
H A Dsubr_turnstile.c443 turnstile_adjust(struct thread *td, u_char oldpri) in turnstile_adjust() argument
469 td->td_priority < oldpri) { in turnstile_adjust()
H A Dsched_ule.c1853 int oldpri; in sched_thread_priority() local
1887 oldpri = td->td_priority; in sched_thread_priority()
1891 else if (tdq->tdq_lowpri == oldpri) in sched_thread_priority()
H A Dkern_umtx.c2004 umtx_pi_adjust(struct thread *td, u_char oldpri) in umtx_pi_adjust() argument