Home
last modified time | relevance | path

Searched refs:et_old_priority (Results 1 – 2 of 2) sorted by relevance

/src/sys/sys/
H A Depoch.h58 uint8_t et_old_priority; member
/src/sys/kern/
H A Dsubr_epoch.c482 et->et_old_priority = td->td_priority; in _epoch_enter_preempt()
535 if (__predict_false(et->et_old_priority != td->td_priority)) in _epoch_exit_preempt()
536 epoch_adjust_prio(td, et->et_old_priority); in _epoch_exit_preempt()