Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dcache_bin.h46 cache_bin_sz_t low_water; member
95 bin->low_water = -1; in cache_bin_alloc_easy()
110 if (unlikely(bin->ncached < bin->low_water)) { in cache_bin_alloc_easy()
111 bin->low_water = bin->ncached; in cache_bin_alloc_easy()
/external/jemalloc_new/src/
Dtcache.c53 if (tbin->low_water > 0) { in tcache_event_hard()
59 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
72 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
74 } else if (tbin->low_water < 0) { in tcache_event_hard()
83 tbin->low_water = tbin->ncached; in tcache_event_hard()
191 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
192 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
295 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
296 tbin->low_water = tbin->ncached; in tcache_bin_flush_large()
/external/kernel-headers/original/uapi/linux/
Datm_zatm.h28 int low_water,high_water; /* refill parameters */ member
/external/libabigail/tests/data/test-diff-dwarf-abixml/
DPR25409-librte_bus_dpaa.so.20.0.abi340 …<parameter type-id='type-id-7' name='low_water' filepath='../../dpdk/drivers/bus/dpaa/base/fman/fm…
4099 …<var-decl name='low_water' type-id='type-id-6' visibility='default' filepath='../../dpdk/lib/librt…
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h87758 u32 low_water; member
Dvmlinux.h87758 u32 low_water; member