Searched refs:ldi_ident_hash_lock (Results 1 – 1 of 1) sorted by relevance
126 static kmutex_t ldi_ident_hash_lock[LI_HASH_SZ]; variable165 mutex_init(&ldi_ident_hash_lock[i], NULL, MUTEX_DEFAULT, NULL); in ldi_init()206 ASSERT(MUTEX_HELD(&ldi_ident_hash_lock[index])); in ident_find_ref_nolock()240 mutex_enter(&ldi_ident_hash_lock[index]); in ident_alloc()248 mutex_exit(&ldi_ident_hash_lock[index]); in ident_alloc()266 mutex_exit(&ldi_ident_hash_lock[index]); in ident_alloc()277 mutex_enter(&ldi_ident_hash_lock[index]); in ident_hold()280 mutex_exit(&ldi_ident_hash_lock[index]); in ident_hold()291 mutex_enter(&ldi_ident_hash_lock[index]); in ident_release()296 mutex_exit(&ldi_ident_hash_lock[index]); in ident_release()[all …]