Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c67 static krwlock_t softmac_hash_lock; variable
166 rw_init(&softmac_hash_lock, NULL, RW_DEFAULT, NULL); in softmac_init()
182 rw_destroy(&softmac_hash_lock); in softmac_fini()
203 rw_enter(&softmac_hash_lock, RW_READER); in softmac_busy()
205 rw_exit(&softmac_hash_lock); in softmac_busy()
379 rw_enter(&softmac_hash_lock, RW_WRITER); in softmac_create()
433 rw_exit(&softmac_hash_lock); in softmac_create()
438 rw_exit(&softmac_hash_lock); in softmac_create()
1058 rw_enter(&softmac_hash_lock, RW_WRITER); in softmac_destroy()
1081 rw_exit(&softmac_hash_lock); in softmac_destroy()
[all …]