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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c67 static krwlock_t softmac_hash_lock; variable
167 rw_init(&softmac_hash_lock, NULL, RW_DEFAULT, NULL);
183 rw_destroy(&softmac_hash_lock);
204 rw_enter(&softmac_hash_lock, RW_READER);
206 rw_exit(&softmac_hash_lock);
380 rw_enter(&softmac_hash_lock, RW_WRITER);
434 rw_exit(&softmac_hash_lock);
439 rw_exit(&softmac_hash_lock);
1059 rw_enter(&softmac_hash_lock, RW_WRITER);
1082 rw_exit(&softmac_hash_lock);
[all...]

Completed in 97 milliseconds