Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c238 static uint_t dbuf_mutex_cache_shift = 0; variable
926 if (dbuf_mutex_cache_shift == 0) in dbuf_init()
929 hmsize = 1ULL << MIN(dbuf_mutex_cache_shift, 24); in dbuf_init()