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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c44 static struct stats *Addtotal; variable in typeref:struct:stats
51 Addtotal = stats_new_counter("lut.adds", "total adds", 1);
59 stats_delete(Addtotal);
110 stats_counter_bump(Addtotal);

Completed in 77 milliseconds