Searched refs:stats_counter_add (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 104 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 D | ipath.c | 189 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 D | stats.c | 137 stats_counter_add(struct stats *sp, int n) in stats_counter_add() function
|
H A D | fme.c | 2509 stats_counter_add(statp, n); in istat_bump()
|
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | eftwrite.c | 165 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 D | alloc.c | 78 stats_counter_add(Malloctotal, nbytes); in alloc_malloc() 143 stats_counter_add(Malloctotal, nbytes); in alloc_xmalloc()
|
H A D | stats.h | 45 void stats_counter_add(struct stats *sp, int n);
|
H A D | stable.c | 93 stats_counter_add(Stablecount, Stablesz); in stable_init()
|
H A D | stats.c | 146 stats_counter_add(struct stats *sp, int n) in stats_counter_add() function
|
H A D | tree.c | 91 stats_counter_add(Nodesize, sizeof (struct node)); in tree_init()
|