Searched refs:ovp_mutex (Results 1 – 2 of 2) sorted by relevance
45 mutex_init(&opp->ovp_mutex, NULL, MUTEX_DRIVER, NULL); in overlay_plugin_cache_constructor()57 mutex_destroy(&opp->ovp_mutex); in overlay_plugin_cache_destructor()209 mutex_enter(&opp->ovp_mutex); in overlay_plugin_unregister()211 mutex_exit(&opp->ovp_mutex); in overlay_plugin_unregister()215 mutex_exit(&opp->ovp_mutex); in overlay_plugin_unregister()235 mutex_enter(&opp->ovp_mutex); in overlay_plugin_lookup()237 mutex_exit(&opp->ovp_mutex); in overlay_plugin_lookup()262 mutex_enter(&opp->ovp_mutex); in overlay_plugin_rele()265 mutex_exit(&opp->ovp_mutex); in overlay_plugin_rele()
43 kmutex_t ovp_mutex; member