Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h344 (&(h)->hash_mutexes[(idx) & ((h)->hash_mutex_mask)])
348 uint64_t hash_mutex_mask; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c911 ds->hash_mutex_count.value.ui64 = h->hash_mutex_mask + 1; in dbuf_kstat_update()
959 h->hash_mutex_mask = hmsize - 1; in dbuf_init()
1040 for (int i = 0; i < (h->hash_mutex_mask + 1); i++) in dbuf_fini()
1044 vmem_free(h->hash_mutexes, (h->hash_mutex_mask + 1) * in dbuf_fini()