Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dstable.c52 static struct stats *Blockcount; variable
86 Blockcount = stats_new_counter("stable.blocks", "blocks allocated", 1); in stable_init()
102 stats_delete(Blockcount); in stable_fini()
129 stats_counter_bump(Blockcount); in stable_newchunk()