Home
last modified time | relevance | path

Searched refs:smac_fp_mutex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c674 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()
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()
1253 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch_done()
[all …]
H A Dsoftmac_main.c123 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h205 kmutex_t smac_fp_mutex; member