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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c700 mutex_enter(&softmac->smac_fp_mutex);
706 mutex_exit(&softmac->smac_fp_mutex);
1095 mutex_enter(&softmac->smac_fp_mutex);
1100 mutex_exit(&softmac->smac_fp_mutex);
1113 mutex_exit(&softmac->smac_fp_mutex);
1198 mutex_exit(&softmac->smac_fp_mutex);
1211 mutex_exit(&softmac->smac_fp_mutex);
1240 mutex_enter(&softmac->smac_fp_mutex);
1257 mutex_exit(&softmac->smac_fp_mutex);
1271 mutex_enter(&softmac->smac_fp_mutex);
[all...]
H A Dsoftmac_main.c123 mutex_init(&softmac->smac_fp_mutex, NULL, MUTEX_DEFAULT, NULL);
155 mutex_destroy(&softmac->smac_fp_mutex);
1485 mutex_enter(&softmac->smac_fp_mutex);
1488 mutex_exit(&softmac->smac_fp_mutex);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h210 kmutex_t smac_fp_mutex; member in struct:softmac
215 uint32_t smac_fp_disable_clients; /* smac_fp_mutex */
216 boolean_t smac_fastpath_admin_disabled; /* smac_fp_mutex */
221 list_t smac_sup_list; /* smac_fp_mutex */
275 list_node_t su_list_node; /* smac_fp_mutex */
280 list_t su_req_list; /* smac_fp_mutex */

Completed in 133 milliseconds