Searched refs:softmac_hash_lock (Results 1 – 1 of 1) sorted by relevance
67 static krwlock_t softmac_hash_lock; variable166 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 …]