Home
last modified time | relevance | path

Searched refs:nflushes (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbin.h99 dst_bin_stats->nflushes += bin->stats.nflushes; in bin_stats_merge()
H A Dbin_stats.h34 uint64_t nflushes; member
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats.c231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
278 assert_d_eq(mallctl(cmd, (void *)&nflushes, &sz, NULL, 0), expected, in TEST_BEGIN()
304 assert_u64_gt(nflushes, 0, in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c260 COL(nflushes, right, 13, uint64) in stats_arena_bins_print()
297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local
324 CTL_M2_M4_GET("stats.arenas.0.bins.0.nflushes", i, j, &nflushes, in stats_arena_bins_print()
348 &nflushes); in stats_arena_bins_print()
392 col_nflushes.uint64_val = nflushes; in stats_arena_bins_print()
H A Dtcache.c138 bin->stats.nflushes++; in tcache_bin_flush_small()
174 bin->stats.nflushes++; in tcache_bin_flush_small()
H A Dctl.c842 sdstats->bstats[i].nflushes += in ctl_arena_stats_sdmerge()
843 astats->bstats[i].nflushes; in ctl_arena_stats_sdmerge()
2829 arenas_i(mib[2])->astats->bstats[mib[4]].nflushes, uint64_t)