Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c239 static uint_t dbuf_mutex_cache_shift = 0; variable
974 if (dbuf_mutex_cache_shift == 0) in dbuf_init()
977 hmsize = 1ULL << MIN(dbuf_mutex_cache_shift, 24); in dbuf_init()