Searched refs:smac_fp_mutex (Results 1 – 3 of 3) sorted by relevance
674 mutex_enter(&softmac->smac_fp_mutex); in softmac_wput_single_nondata()680 mutex_exit(&softmac->smac_fp_mutex); in softmac_wput_single_nondata()1070 mutex_enter(&softmac->smac_fp_mutex); in softmac_datapath_switch()1075 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1088 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1173 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1186 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1215 mutex_enter(&softmac->smac_fp_mutex); in softmac_upperstream_close()1232 mutex_exit(&softmac->smac_fp_mutex); in softmac_upperstream_close()1246 mutex_enter(&softmac->smac_fp_mutex); in softmac_datapath_switch_done()[all …]
123 mutex_init(&softmac->smac_fp_mutex, NULL, MUTEX_DEFAULT, NULL); in softmac_constructor()154 mutex_destroy(&softmac->smac_fp_mutex); in softmac_destructor()1484 mutex_enter(&softmac->smac_fp_mutex); in softmac_m_getprop()1487 mutex_exit(&softmac->smac_fp_mutex); in softmac_m_getprop()
205 kmutex_t smac_fp_mutex; member