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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c124 struct stats *Hcallcount; member in struct:fme
193 fmep->Hcallcount = stats_new_counter(nbuf, "calls to hypothesise()", 1);
282 Nfmep->Hcallcount =
311 stats_delete(Nfmep->Hcallcount);
918 stats_delete(f->Hcallcount);
4162 stats_counter_bump(fmep->Hcallcount);

Completed in 54 milliseconds