Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c178 struct counters *cnts=NULL; variable
2077 up = &cnts[idx]; in process_header()
2126 cnts = malloc(mlen); in build_counters_from_header()
2128 if (cnts == NULL) { in build_counters_from_header()
2132 memset(cnts, 0, mlen); in build_counters_from_header()
2163 pos = cnts[i].pos; in read_a_line()
2165 cnts[i].pos++; in read_a_line()
2166 cnts[i].sum += cnts[i].vals[pos]; in read_a_line()
2208 cpat = &cnts[i]; in lace_cpus_together()
2226 at = &cnts[j]; in lace_cpus_together()
[all …]
/freebsd/contrib/jemalloc/src/
H A Dprof.c354 tctx->cnts.curobjs++; in prof_malloc_sample_object()
355 tctx->cnts.curbytes += usize; in prof_malloc_sample_object()
357 tctx->cnts.accumobjs++; in prof_malloc_sample_object()
358 tctx->cnts.accumbytes += usize; in prof_malloc_sample_object()
525 assert(tctx->cnts.curobjs > 0); in prof_free_sampled_object()
527 tctx->cnts.curobjs--; in prof_free_sampled_object()
528 tctx->cnts.curbytes -= usize; in prof_free_sampled_object()
888 if (tctx->cnts.curobjs != 0) { in prof_tctx_should_destroy()
919 assert(tctx->cnts.curobjs == 0); in prof_tctx_destroy()
920 assert(tctx->cnts.curbytes == 0); in prof_tctx_destroy()
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h59 prof_cnt_t cnts; member
/freebsd/sys/net/altq/
H A Daltq_cdnr.h187 struct pktcntr cnts[TCACODE_MAX+1]; member