Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dout.c46 static struct stats *Outcount; variable
66 Outcount = stats_new_counter("output.calls", "total calls", 1); in out_init()
83 stats_delete(Outcount); in out_fini()
84 Outcount = NULL; in out_fini()
136 stats_counter_bump(Outcount); in vout()