Searched refs:hash_lock (Results 1 – 1 of 1) sorted by relevance
1462 kmutex_t *hash_lock = BUF_HASH_LOCK(idx); in buf_hash_find() local1465 mutex_enter(hash_lock); in buf_hash_find()1469 *lockp = hash_lock; in buf_hash_find()1473 mutex_exit(hash_lock); in buf_hash_find()1489 kmutex_t *hash_lock = BUF_HASH_LOCK(idx); in buf_hash_insert() local1498 *lockp = hash_lock; in buf_hash_insert()1499 mutex_enter(hash_lock); in buf_hash_insert()1501 ASSERT(MUTEX_HELD(hash_lock)); in buf_hash_insert()1965 kmutex_t *hash_lock; in arc_buf_freeze() local1970 hash_lock = HDR_LOCK(hdr); in arc_buf_freeze()[all …]