Searched refs:smac_fp_mutex (Results 1 – 3 of 3) sorted by relevance
700 mutex_enter(&softmac->smac_fp_mutex); in softmac_wput_single_nondata()706 mutex_exit(&softmac->smac_fp_mutex); in softmac_wput_single_nondata()1095 mutex_enter(&softmac->smac_fp_mutex); in softmac_datapath_switch()1100 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1113 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1198 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1211 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()1240 mutex_enter(&softmac->smac_fp_mutex); in softmac_upperstream_close()1257 mutex_exit(&softmac->smac_fp_mutex); in softmac_upperstream_close()1271 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