Searched refs:er_td (Results 1 – 1 of 1) sorted by relevance
76 struct thread *er_td; member444 MPASS(er->er_td == NULL); in epoch_free()485 MPASS(er->er_td == NULL); in _epoch_enter_preempt()502 MPASS(er->er_td == NULL); in epoch_enter()503 er->er_td = curthread; in epoch_enter()506 MPASS(er->er_td == curthread); in epoch_enter()530 MPASS(er->er_td == NULL); in _epoch_exit_preempt()552 MPASS(er->er_td == curthread); in epoch_exit()554 er->er_td = NULL; in epoch_exit()890 KASSERT(er->er_td != td, in epoch_assert_nocpu()[all …]