Home
last modified time | relevance | path

Searched refs:resident (Results 1 – 18 of 18) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbase.c219 assert(base->allocated <= base->resident); in base_extent_bump_alloc_post()
220 assert(base->resident <= base->mapped); in base_extent_bump_alloc_post()
328 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc()
337 assert(base->allocated <= base->resident); in base_extent_alloc()
338 assert(base->resident <= base->mapped); in base_extent_alloc()
380 base->resident = PAGE_CEILING(sizeof(base_block_t)); in base_new()
385 assert(base->allocated <= base->resident); in base_new()
386 assert(base->resident <= base->mapped); in base_new()
486 assert(base->allocated <= base->resident); in base_stats_get()
487 assert(base->resident <= base->mapped); in base_stats_get()
[all …]
H A Dstats.c529 size_t base, internal, resident, metadata_thp; in stats_arena_print() local
811 GET_AND_EMIT_MEM_STAT(resident) in stats_arena_print()
1071 size_t allocated, active, metadata, metadata_thp, resident, mapped, in stats_print_helper() local
1080 CTL_GET("stats.resident", &resident, size_t); in stats_print_helper()
1104 emitter_json_kv(emitter, "resident", emitter_type_size, &resident); in stats_print_helper()
1111 resident, mapped, retained); in stats_print_helper()
H A Dctl.c791 accum_atomic_zu(&sdstats->astats.resident, in ctl_arena_stats_sdmerge()
792 &astats->astats.resident); in ctl_arena_stats_sdmerge()
962 ctl_stats->resident = atomic_load_zu( in ctl_refresh()
963 &ctl_sarena->astats->astats.resident, ATOMIC_RELAXED); in ctl_refresh()
2642 CTL_RO_CGEN(config_stats, stats_resident, ctl_stats->resident, size_t) in CTL_RO_NL_CGEN()
2704 atomic_load_zu(&arenas_i(mib[2])->astats->astats.resident, ATOMIC_RELAXED), in CTL_RO_NL_CGEN()
H A Darena.c120 arena_stats_accum_zu(&astats->resident, base_resident + in arena_stats_merge()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbase.c31 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local
37 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, in TEST_BEGIN()
51 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN()
64 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local
80 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, in TEST_BEGIN()
94 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN()
H A Dstats.c4 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
12 assert_d_eq(mallctl("stats.resident", (void *)&resident, &sz, NULL, 0), in TEST_BEGIN()
20 assert_zu_lt(active, resident, in TEST_BEGIN()
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.c307 size_t *resident) { in zmalloc_get_allocator_info() argument
310 *allocated = *resident = *active = 0; in zmalloc_get_allocator_info()
317 je_mallctl("stats.resident", resident, &sz, NULL, 0); in zmalloc_get_allocator_info()
329 size_t *resident) { in zmalloc_get_allocator_info() argument
330 *allocated = *resident = *active = 0; in zmalloc_get_allocator_info()
H A Dzmalloc.h88 int zmalloc_get_allocator_info(size_t *allocated, size_t *active, size_t *resident);
H A Ddefrag.c870 size_t resident, active, allocated; in getAllocatorFragmentation() local
871 zmalloc_get_allocator_info(&allocated, &active, &resident); in getAllocatorFragmentation()
874 float rss_pct = ((float)resident / allocated)*100 - 100; in getAllocatorFragmentation()
875 size_t rss_bytes = resident - allocated; in getAllocatorFragmentation()
880 allocated, active, resident, frag_pct, rss_pct, frag_bytes, rss_bytes); in getAllocatorFragmentation()
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt3 The device tree node to communicate the location of coreboot's memory-resident
18 coreboot to dynamically allocate data structures that remain resident.
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbase_structs.h53 size_t resident; member
H A Dbase_externs.h16 size_t *resident, size_t *mapped, size_t *n_thp);
H A Dctl.h52 size_t resident; member
H A Darena_stats.h77 atomic_zu_t resident; /* Derived. */ member
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dste,mcde.txt4 and displaying several channels memory resident graphics data on DSI or
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt9 1) ACPICA kernel-resident subsystem:
97 1) ACPICA kernel-resident subsystem:
176 1) ACPICA kernel-resident subsystem:
221 1) ACPICA kernel-resident subsystem:
274 1) ACPICA kernel-resident subsystem:
329 1) ACPICA kernel-resident subsystem:
424 1) ACPICA kernel-resident subsystem:
522 1) ACPICA kernel-resident subsystem:
551 1) ACPICA kernel-resident subsystem:
582 1) ACPICA kernel-resident subsystem:
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog224 + stats.arenas.<i>.{pmuzzy,base,internal,resident}
742 - Add the "stats.resident" mallctl, which reports the upper limit of
743 physically resident memory mapped by the allocator.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst19 VM-local only information (vCPU/lcore, and so on) to a host resident VM