Lines Matching refs:state_mtx
54 static struct mtx state_mtx __aligned(CACHE_LINE_SIZE*2);
55 MTX_SYSINIT(state_mtx, &state_mtx, "epoch state mutex", MTX_DEF);
115 mtx_lock(&state_mtx); in testloop()
117 msleep(&state_mtx, &state_mtx, 0, "epoch start wait", 0); in testloop()
120 mtx_unlock(&state_mtx); in testloop()
124 mtx_lock(&state_mtx); in testloop()
127 mtx_unlock(&state_mtx); in testloop()
177 mtx_lock(&state_mtx); in epochtest_execute()
179 wakeup(&state_mtx); in epochtest_execute()
180 mtx_unlock(&state_mtx); in epochtest_execute()
203 mtx_lock(&state_mtx); in epoch_test_module_event_handler()
205 wakeup(&state_mtx); in epoch_test_module_event_handler()
206 mtx_unlock(&state_mtx); in epoch_test_module_event_handler()