Searched defs:Outcount (Results 1 - 1 of 1) sorted by relevance

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

Completed in 61 milliseconds