Home
last modified time | relevance | path

Searched refs:hash_lock (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1057 kmutex_t *hash_lock = BUF_HASH_LOCK(idx); in buf_hash_find() local
1060 mutex_enter(hash_lock); in buf_hash_find()
1064 *lockp = hash_lock; in buf_hash_find()
1068 mutex_exit(hash_lock); in buf_hash_find()
1084 kmutex_t *hash_lock = BUF_HASH_LOCK(idx); in buf_hash_insert() local
1093 *lockp = hash_lock; in buf_hash_insert()
1094 mutex_enter(hash_lock); in buf_hash_insert()
1096 ASSERT(MUTEX_HELD(hash_lock)); in buf_hash_insert()
1936 arc_fill_hdr_crypt(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, spa_t *spa, in arc_fill_hdr_crypt() argument
1943 if (hash_lock != NULL) in arc_fill_hdr_crypt()
[all …]