HomeSort by: relevance | last modified time | path
    Searched refs:nrequests (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
arena_stats.h 27 locked_u64_t nrequests; /* Partially derived. */ member in struct:arena_stats_large_s
104 szind_t szind, uint64_t nrequests) {
108 &lstats->nrequests, nrequests);
bin_stats.h 11 * many times, resulting many increments to nrequests, but only one
22 uint64_t nrequests; member in struct:bin_stats_s
bin.h 71 stats->nrequests += bin->stats.nrequests;
tcache_inlines.h 82 bin->tstats.nrequests++;
121 bin->tstats.nrequests++;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
arena_stats.h 27 locked_u64_t nrequests; /* Partially derived. */ member in struct:arena_stats_large_s
104 szind_t szind, uint64_t nrequests) {
108 &lstats->nrequests, nrequests);
bin_stats.h 11 * many times, resulting many increments to nrequests, but only one
22 uint64_t nrequests; member in struct:bin_stats_s
bin.h 71 stats->nrequests += bin->stats.nrequests;
tcache_inlines.h 82 bin->tstats.nrequests++;
121 bin->tstats.nrequests++;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bin_stats.h 11 * many times, resulting many increments to nrequests, but only one
22 uint64_t nrequests; member in struct:bin_stats_s
bin.h 96 dst_bin_stats->nrequests += bin->stats.nrequests;
cache_bin.h 30 uint64_t nrequests; member in struct:cache_bin_stats_s
arena_stats.h 35 arena_stats_u64_t nrequests; /* Partially derived. */ member in struct:arena_stats_large_s
222 szind_t szind, uint64_t nrequests) {
225 NBINS].nrequests, nrequests);
tcache_inlines.h 94 bin->tstats.nrequests++;
152 bin->tstats.nrequests++;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bin_stats.h 11 * many times, resulting many increments to nrequests, but only one
22 uint64_t nrequests; member in struct:bin_stats_s
bin.h 96 dst_bin_stats->nrequests += bin->stats.nrequests;
cache_bin.h 30 uint64_t nrequests; member in struct:cache_bin_stats_s
arena_stats.h 35 arena_stats_u64_t nrequests; /* Partially derived. */ member in struct:arena_stats_large_s
222 szind_t szind, uint64_t nrequests) {
225 NBINS].nrequests, nrequests);
tcache_inlines.h 94 bin->tstats.nrequests++;
152 bin->tstats.nrequests++;
  /src/external/bsd/jemalloc.old/dist/test/unit/
stats.c 32 uint64_t nmalloc, ndalloc, nrequests; local
51 assert_d_eq(mallctl("stats.arenas.0.large.nrequests",
52 (void *)&nrequests, &sz, NULL, 0), expected,
60 assert_u64_le(nmalloc, nrequests,
61 "nmalloc should no larger than nrequests");
146 uint64_t epoch, nmalloc, ndalloc, nrequests; local
169 assert_d_eq(mallctl("stats.arenas.0.small.nrequests",
170 (void *)&nrequests, &sz, NULL, 0), expected,
180 assert_u64_gt(nrequests, 0,
181 "nrequests should be greater than zero")
231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
tcache.c 140 bin->stats.nrequests += tbin->tstats.nrequests;
141 tbin->tstats.nrequests = 0;
176 bin->stats.nrequests += tbin->tstats.nrequests;
177 tbin->tstats.nrequests = 0;
237 tbin->tstats.nrequests);
238 tbin->tstats.nrequests = 0;
276 binind, tbin->tstats.nrequests);
277 tbin->tstats.nrequests = 0
    [all...]
stats.c 251 COL(nrequests, right, 13, uint64)
297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
320 CTL_M2_M4_GET("stats.arenas.0.bins.0.nrequests", i, j,
321 &nrequests, uint64_t);
343 emitter_json_kv(emitter, "nrequests", emitter_type_uint64,
344 &nrequests);
385 col_nrequests.uint64_val = nrequests;
442 COL(nrequests, right, 13, uint64)
453 uint64_t nmalloc, ndalloc, nrequests; local
460 CTL_M2_M4_GET("stats.arenas.0.lextents.0.nrequests", i, j
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
stats.c 35 uint64_t nmalloc, ndalloc, nrequests; local
54 expect_d_eq(mallctl("stats.arenas.0.large.nrequests",
55 (void *)&nrequests, &sz, NULL, 0), expected,
63 expect_u64_le(nmalloc, nrequests,
64 "nmalloc should no larger than nrequests");
150 uint64_t epoch, nmalloc, ndalloc, nrequests; local
173 expect_d_eq(mallctl("stats.arenas.0.small.nrequests",
174 (void *)&nrequests, &sz, NULL, 0), expected,
184 expect_u64_gt(nrequests, 0,
185 "nrequests should be greater than zero")
235 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
    [all...]
  /src/external/bsd/jemalloc/dist/src/
tcache.c 391 cur_bin->stats.nrequests +=
392 cache_bin->tstats.nrequests;
393 cache_bin->tstats.nrequests = 0;
397 cache_bin->tstats.nrequests);
398 cache_bin->tstats.nrequests = 0;
492 bin->stats.nrequests += cache_bin->tstats.nrequests;
493 cache_bin->tstats.nrequests = 0;
498 cache_bin->tstats.nrequests);
499 cache_bin->tstats.nrequests = 0
    [all...]
arena.c 121 uint64_t nrequests = locked_read_u64(tsdn, local
123 &arena->stats.lstats[i].nrequests);
124 locked_inc_u64_unsynchronized(&lstats[i].nrequests,
125 nmalloc + nrequests);
126 astats->nrequests_large += nmalloc + nrequests;
1021 bin->stats.nrequests += cache_bin->tstats.nrequests;
1024 cache_bin->tstats.nrequests = 0;
1114 bin->stats.nrequests += filled;
1174 bin->stats.nrequests++
    [all...]
stats.c 329 COL_HDR(row, nrequests, NULL, right, 13, uint64)
403 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
444 CTL_LEAF(stats_arenas_mib, 5, "nrequests", &nrequests,
465 emitter_json_kv(emitter, "nrequests", emitter_type_uint64,
466 &nrequests);
521 col_nrequests.uint64_val = nrequests;
522 col_nrequests_ps.uint64_val = rate_per_second(nrequests, uptime);
583 COL_HDR(row, nrequests, NULL, right, 13, uint64)
617 uint64_t nmalloc, ndalloc, nrequests; local
    [all...]

Completed in 40 milliseconds

1 2