Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c329 fgp->fg_bcount++; in stats_dbm_attrcache_addsize()
334 if (fgp->fg_bcount > fgp->fg_count) in stats_dbm_attrcache_addsize()
335 fgp->fg_count = fgp->fg_bcount; in stats_dbm_attrcache_addsize()
H A Dstats.h172 uint_t fg_bcount; /* # of bits set in fg_bits */ member