Searched refs:hash_lock (Results 1 – 1 of 1) sorted by relevance
1064 kmutex_t *hash_lock = BUF_HASH_LOCK(idx); in buf_hash_find() local1067 mutex_enter(hash_lock); in buf_hash_find()1071 *lockp = hash_lock; in buf_hash_find()1075 mutex_exit(hash_lock); in buf_hash_find()1091 kmutex_t *hash_lock = BUF_HASH_LOCK(idx); in buf_hash_insert() local1100 *lockp = hash_lock; in buf_hash_insert()1101 mutex_enter(hash_lock); in buf_hash_insert()1103 ASSERT(MUTEX_HELD(hash_lock)); in buf_hash_insert()1944 arc_fill_hdr_crypt(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, spa_t *spa, in arc_fill_hdr_crypt() argument1951 if (hash_lock != NULL) in arc_fill_hdr_crypt()[all …]