Searched refs:gg_mutex (Results 1 – 1 of 1) sorted by relevance
28 static kmutex_t gg_mutex; variable248 mutex_enter(&gg_mutex); in gg_detach()250 mutex_exit(&gg_mutex); in gg_detach()283 mutex_enter(&gg_mutex); in gg_attach()285 mutex_exit(&gg_mutex); in gg_attach()359 mutex_init(&gg_mutex, NULL, MUTEX_DRIVER, NULL); in _init()363 mutex_destroy(&gg_mutex); in _init()381 mutex_enter(&gg_mutex); in _fini()383 mutex_exit(&gg_mutex); in _fini()386 mutex_exit(&gg_mutex); in _fini()[all …]