Home
last modified time | relevance | path

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

/onnv-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); in softmac_init()
183 rw_destroy(&softmac_hash_lock); in softmac_fini()
204 rw_enter(&softmac_hash_lock, RW_READER); in softmac_busy()
206 rw_exit(&softmac_hash_lock); in softmac_busy()
380 rw_enter(&softmac_hash_lock, RW_WRITER); in softmac_create()
434 rw_exit(&softmac_hash_lock); in softmac_create()
439 rw_exit(&softmac_hash_lock); in softmac_create()
1059 rw_enter(&softmac_hash_lock, RW_WRITER); in softmac_destroy()
1082 rw_exit(&softmac_hash_lock); in softmac_destroy()
[all …]