Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary2323 hash_elements_max = Kstat["kstat.zfs.misc.arcstats.hash_elements_max"]
326 output['arc_hash_break']['elements_max'] = fHits(hash_elements_max)
328 'per': fPerc(hash_elements, hash_elements_max),
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c89 kstat_named_t hash_elements_max; member
421 DBUF_STAT_MAX(hash_elements_max, he); in dbuf_hash_insert()