Searched refs:td_pre_epoch_prio (Results 1 – 2 of 2) sorted by relevance
459 td->td_pre_epoch_prio = td->td_priority; in _epoch_enter_preempt()512 if (__predict_false(td->td_pre_epoch_prio != td->td_priority)) in _epoch_exit_preempt()513 epoch_adjust_prio(td, td->td_pre_epoch_prio); in _epoch_exit_preempt()
327 u_char td_pre_epoch_prio; /* (k) User pri on entry to epoch */ member