Searched refs:fasttrap_count_mtx (Results 1 – 1 of 1) sorted by relevance
206 static kmutex_t fasttrap_count_mtx; /* lock on ref count */ variable1116 mutex_enter(&fasttrap_count_mtx); in fasttrap_enable_callbacks()1126 mutex_exit(&fasttrap_count_mtx); in fasttrap_enable_callbacks()1132 mutex_enter(&fasttrap_count_mtx); in fasttrap_disable_callbacks()1144 mutex_exit(&fasttrap_count_mtx); in fasttrap_disable_callbacks()2405 mutex_init(&fasttrap_count_mtx, "fasttrap count mtx", MUTEX_DEFAULT, in fasttrap_load()2474 mutex_destroy(&fasttrap_count_mtx); in fasttrap_load()2599 mutex_enter(&fasttrap_count_mtx); in fasttrap_unload()2601 mutex_exit(&fasttrap_count_mtx); in fasttrap_unload()2628 mutex_destroy(&fasttrap_count_mtx); in fasttrap_unload()