| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bin_stats.h | 34 uint64_t nflushes; member in struct:bin_stats_s
|
| arena_stats.h | 34 locked_u64_t nflushes; /* Partially derived. */ member in struct:arena_stats_large_s 110 &lstats->nflushes, 1);
|
| bin.h | 74 stats->nflushes += bin->stats.nflushes;
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bin_stats.h | 34 uint64_t nflushes; member in struct:bin_stats_s
|
| arena_stats.h | 34 locked_u64_t nflushes; /* Partially derived. */ member in struct:arena_stats_large_s 110 &lstats->nflushes, 1);
|
| bin.h | 74 stats->nflushes += bin->stats.nflushes;
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bin_stats.h | 34 uint64_t nflushes; member in struct:bin_stats_s
|
| bin.h | 99 dst_bin_stats->nflushes += bin->stats.nflushes;
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bin_stats.h | 34 uint64_t nflushes; member in struct:bin_stats_s
|
| bin.h | 99 dst_bin_stats->nflushes += bin->stats.nflushes;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| stats.c | 231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local 277 gen_mallctl_str(cmd, "nflushes", arena_ind); 278 assert_d_eq(mallctl(cmd, (void *)&nflushes, &sz, NULL, 0), expected, 304 assert_u64_gt(nflushes, 0,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| stats.c | 235 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local 281 gen_mallctl_str(cmd, "nflushes", arena_ind); 282 expect_d_eq(mallctl(cmd, (void *)&nflushes, &sz, NULL, 0), expected, 311 expect_u64_gt(nflushes, 0,
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 260 COL(nflushes, right, 13, uint64) 297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local 324 CTL_M2_M4_GET("stats.arenas.0.bins.0.nflushes", i, j, &nflushes, 347 emitter_json_kv(emitter, "nflushes", emitter_type_uint64, 348 &nflushes); 392 col_nflushes.uint64_val = nflushes;
|
| tcache.c | 139 bin->stats.nflushes++; 175 bin->stats.nflushes++;
|
| ctl.c | 432 {NAME("nflushes"), CTL(stats_arenas_i_bins_j_nflushes)}, 842 sdstats->bstats[i].nflushes += 843 astats->bstats[i].nflushes; 2829 arenas_i(mib[2])->astats->bstats[mib[4]].nflushes, uint64_t)
|
| /src/external/bsd/jemalloc/dist/src/ |
| stats.c | 352 COL_HDR(row, nflushes, NULL, right, 13, uint64) 403 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local 447 CTL_LEAF(stats_arenas_mib, 5, "nflushes", &nflushes, uint64_t); 479 emitter_json_kv(emitter, "nflushes", emitter_type_uint64, 480 &nflushes); 539 col_nflushes.uint64_val = nflushes; 540 col_nflushes_ps.uint64_val = rate_per_second(nflushes, uptime); 1257 GET_AND_EMIT_ALLOC_STAT(small, nflushes, uint64) 1280 GET_AND_EMIT_ALLOC_STAT(large, nflushes, uint64 [all...] |
| tcache.c | 390 cur_bin->stats.nflushes++; 491 bin->stats.nflushes++;
|
| arena.c | 134 &arena->stats.lstats[i].nflushes); 135 locked_inc_u64_unsynchronized(&lstats[i].nflushes, nflush);
|
| ctl.c | 608 {NAME("nflushes"), CTL(stats_arenas_i_small_nflushes)} 617 {NAME("nflushes"), CTL(stats_arenas_i_large_nflushes)} 647 {NAME("nflushes"), CTL(stats_arenas_i_bins_j_nflushes)}, 1076 ctl_arena->astats->nflushes_small += bstats->nflushes; 1200 merged->nflushes += bstats->nflushes; 3685 arenas_i(mib[2])->astats->bstats[mib[4]].stats_data.nflushes, uint64_t)
|