Searched refs:ht_locks (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1010 struct ht_lock ht_locks[BUF_LOCKS]; member in struct:buf_hash_table
1017 #define BUF_HASH_LOCK_NTRY(idx) (buf_hash_table.ht_locks[idx & (BUF_LOCKS-1)])
1266 mutex_destroy(&buf_hash_table.ht_locks[i].ht_lock);
1409 mutex_init(&buf_hash_table.ht_locks[i].ht_lock,

Completed in 72 milliseconds