Searched refs:er_td (Results 1 – 1 of 1) sorted by relevance
77 struct thread *er_td; member413 MPASS(er->er_td == NULL); in epoch_free()462 MPASS(er->er_td == NULL); in _epoch_enter_preempt()479 MPASS(er->er_td == NULL); in epoch_enter()480 er->er_td = curthread; in epoch_enter()483 MPASS(er->er_td == curthread); in epoch_enter()507 MPASS(er->er_td == NULL); in _epoch_exit_preempt()529 MPASS(er->er_td == curthread); in epoch_exit()531 er->er_td = NULL; in epoch_exit()867 KASSERT(er->er_td != td, in epoch_assert_nocpu()[all …]