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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c128 struct stats *Tcallcount; member in struct:fme
203 fmep->Tcallcount = stats_new_counter(nbuf, "calls to triggered()", 1);
294 Nfmep->Tcallcount = stats_new_counter(nbuf, "calls to triggered()", 1);
315 stats_delete(Nfmep->Tcallcount);
922 stats_delete(f->Tcallcount);
3587 stats_counter_bump(fmep->Tcallcount);

Completed in 69 milliseconds