Searched refs:oldpri (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_resource.c473 u_char oldpri; local
497 oldpri = td->td_user_pri;
499 if (td->td_user_pri != oldpri && (td == curthread ||
500 td->td_priority == oldpri || td->td_user_pri <= PRI_MAX_REALTIME))
502 if (TD_ON_UPILOCK(td) && oldpri != newpri) {
505 umtx_pi_adjust(td, oldpri);
H A Dsubr_turnstile.c421 turnstile_adjust(struct thread *td, u_char oldpri) argument
447 td->td_priority < oldpri) {
H A Dsched_ule.c1620 int oldpri; local
1655 oldpri = td->td_priority;
1659 else if (tdq->tdq_lowpri == oldpri)
H A Dkern_umtx.c1662 umtx_pi_adjust(struct thread *td, u_char oldpri) argument
/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl.c392 unsigned long junk, oldpri, sirq; local
411 oldpri = splimp();
416 splx(oldpri);
797 u_long oldpri; local
804 oldpri = splimp();
821 splx(oldpri);
2408 int i, oldpri; local
2416 oldpri = splimp(); /* ick, long pause */
2437 splx(oldpri);

Completed in 130 milliseconds