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.h332 (&(h)->hash_mutexes[(idx) & ((h)->hash_mutex_mask)])
336 uint64_t hash_mutex_mask; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c925 ds->hash_mutex_count.value.ui64 = h->hash_mutex_mask + 1; in dbuf_kstat_update()
973 h->hash_mutex_mask = hmsize - 1; in dbuf_init()
1054 for (int i = 0; i < (h->hash_mutex_mask + 1); i++) in dbuf_fini()
1058 vmem_free(h->hash_mutexes, (h->hash_mutex_mask + 1) * in dbuf_fini()