Searched refs:smac_active_mutex (Results 1 – 4 of 4) sorted by relevance
590 mutex_enter(&softmac->smac_active_mutex); in softmac_bind_req()592 mutex_exit(&softmac->smac_active_mutex); in softmac_bind_req()598 mutex_exit(&softmac->smac_active_mutex); in softmac_bind_req()653 mutex_enter(&softmac->smac_active_mutex); in softmac_unbind_req()659 mutex_exit(&softmac->smac_active_mutex); in softmac_unbind_req()1060 mutex_enter(&softmac->smac_active_mutex); in softmac_active_set()1062 mutex_exit(&softmac->smac_active_mutex); in softmac_active_set()1066 mutex_exit(&softmac->smac_active_mutex); in softmac_active_set()1075 mutex_enter(&softmac->smac_active_mutex); in softmac_active_clear()1078 mutex_exit(&softmac->smac_active_mutex); in softmac_active_clear()
594 mutex_enter(&softmac->smac_active_mutex); in softmac_drv_close()596 mutex_exit(&softmac->smac_active_mutex); in softmac_drv_close()
122 mutex_init(&softmac->smac_active_mutex, NULL, MUTEX_DEFAULT, NULL); in softmac_constructor()153 mutex_destroy(&softmac->smac_active_mutex); in softmac_destructor()
195 kmutex_t smac_active_mutex; member