Searched refs:as_lock (Results 1 – 4 of 4) sorted by relevance
108 mutex_destroy(&as->as_lock); in aggsum_fini()126 ASSERT(MUTEX_HELD(&as->as_lock)); in aggsum_flush_bucket()146 mutex_enter(&as->as_lock); in aggsum_value()153 mutex_exit(&as->as_lock); in aggsum_value()164 mutex_exit(&as->as_lock); in aggsum_value()192 mutex_enter(&as->as_lock); in aggsum_add()206 mutex_exit(&as->as_lock); in aggsum_add()221 mutex_enter(&as->as_lock); in aggsum_compare()228 mutex_exit(&as->as_lock); in aggsum_compare()232 mutex_exit(&as->as_lock); in aggsum_compare()[all …]
40 kmutex_t as_lock; member
186 mtx_init(&(_as)->as_lock, _name, "802.11 ACL", MTX_DEF)187 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock)188 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock)189 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock)191 mtx_assert((&(_as)->as_lock), MA_OWNED)
81 acl_lock_t as_lock; member