Searched refs:Lookuptotal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c45 static struct stats *Lookuptotal; variable in typeref:struct:stats
52 Lookuptotal = stats_new_counter("lut.lookup", "total lookups", 1);
60 stats_delete(Lookuptotal);
120 stats_counter_bump(Lookuptotal);
143 stats_counter_bump(Lookuptotal);

Completed in 57 milliseconds