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

/freebsd-11.0-release/contrib/jemalloc/src/
H A Dprof.c233 tctx->cnts.curobjs++;
234 tctx->cnts.curbytes += usize;
236 tctx->cnts.accumobjs++;
237 tctx->cnts.accumbytes += usize;
248 assert(tctx->cnts.curobjs > 0);
249 assert(tctx->cnts.curbytes >= usize);
250 tctx->cnts.curobjs--;
251 tctx->cnts.curbytes -= usize;
619 if (tctx->cnts.curobjs != 0)
648 assert(tctx->cnts
[all...]
/freebsd-11.0-release/usr.sbin/pmcstudy/
H A Dpmcstudy.c180 extern struct counters *cnts;
181 struct counters *cnts=NULL; variable in typeref:struct:counters
2080 up = &cnts[idx];
2129 cnts = malloc(mlen);
2131 if (cnts == NULL) {
2135 memset(cnts, 0, mlen);
2166 pos = cnts[i].pos;
2167 cnts[i].vals[pos] = strtol(p, &stop, 0);
2168 cnts[i].pos++;
2169 cnts[
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dser-go32.c153 static int cnts[NCNT]; variable
165 #define COUNT(x) cnts[x]++
807 cnts[CNT_TX] += cnt;
891 if (cnts[i])
892 printf_filtered ("%s:\t%d\n", cntnames[i], cnts[i]);
/freebsd-11.0-release/sys/net/altq/
H A Daltq_cdnr.h188 struct pktcntr cnts[TCACODE_MAX+1]; member in struct:cdnr_get_stats
H A Daltq_cdnr.c1137 bcopy(top->tc_cnts, ap->cnts, sizeof(ap->cnts));
/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h100 prof_cnt_t cnts; member in struct:prof_tctx_s
114 * gets called once each time cnts.cur{objs,bytes} drop to 0, but this
133 * Copy of cnts snapshotted during early dump phase, protected by

Completed in 272 milliseconds