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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h59 prof_cnt_t cnts; member in struct:prof_tctx_s
73 * gets called once each time cnts.cur{objs,bytes} drop to 0, but this
92 * Copy of cnts snapshotted during early dump phase, protected by
/freebsd-13-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c179 extern struct counters *cnts;
180 struct counters *cnts=NULL; variable in typeref:struct:counters
2079 up = &cnts[idx];
2128 cnts = malloc(mlen);
2130 if (cnts == NULL) {
2134 memset(cnts, 0, mlen);
2165 pos = cnts[i].pos;
2166 cnts[i].vals[pos] = strtol(p, &stop, 0);
2167 cnts[i].pos++;
2168 cnts[
[all...]
/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c354 tctx->cnts.curobjs++;
355 tctx->cnts.curbytes += usize;
357 tctx->cnts.accumobjs++;
358 tctx->cnts.accumbytes += usize;
525 assert(tctx->cnts.curobjs > 0);
526 assert(tctx->cnts.curbytes >= usize);
527 tctx->cnts.curobjs--;
528 tctx->cnts.curbytes -= usize;
888 if (tctx->cnts.curobjs != 0) {
919 assert(tctx->cnts
[all...]
/freebsd-13-stable/sys/net/altq/
H A Daltq_cdnr.h188 struct pktcntr cnts[TCACODE_MAX+1]; member in struct:cdnr_get_stats

Completed in 93 milliseconds