Home
last modified time | relevance | path

Searched refs:stats_counter_add (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c104 stats_counter_add(Malloctotal, nbytes); in alloc_malloc()
173 stats_counter_add(Freetotal, osize); in alloc_free()
197 stats_counter_add(Malloctotal, nbytes); in alloc_xmalloc()
211 stats_counter_add(Freetotal, size); in alloc_xfree()
H A Dipath.c189 stats_counter_add(Nbytes, 2 * sizeof (struct ipath)); in ipath_dummy()
215 stats_counter_add(Nbytes, (i + 1) * sizeof (struct ipath)); in ipath_for_usednames()
272 stats_counter_add(Nbytes, (count + 1) * sizeof (struct ipath)); in ipath()
H A Dstats.c137 stats_counter_add(struct stats *sp, int n) in stats_counter_add() function
H A Dfme.c2516 stats_counter_add(statp, n); in istat_bump()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Deftwrite.c165 stats_counter_add(Outbytes, sizeof (hdr)); in eftwrite()
168 stats_counter_add(Outbytes, Identlen); in eftwrite()
170 stats_counter_add(Outbytes, Dictlen); in eftwrite()
179 stats_counter_add(Outbytes, cc); in eftwrite()
H A Dalloc.c78 stats_counter_add(Malloctotal, nbytes); in alloc_malloc()
143 stats_counter_add(Malloctotal, nbytes); in alloc_xmalloc()
H A Dstats.h45 void stats_counter_add(struct stats *sp, int n);
H A Dstable.c93 stats_counter_add(Stablecount, Stablesz); in stable_init()
H A Dstats.c146 stats_counter_add(struct stats *sp, int n) in stats_counter_add() function
H A Dtree.c91 stats_counter_add(Nodesize, sizeof (struct node)); in tree_init()