Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c50 static struct stats *Blockcount; variable
84 Blockcount = stats_new_counter("stable.blocks", "blocks allocated", 1); in stable_init()
100 stats_delete(Blockcount); in stable_fini()
127 stats_counter_bump(Blockcount); in stable_newchunk()