Searched refs:low_water (Results 1 – 6 of 6) sorted by relevance
46 cache_bin_sz_t low_water; member95 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()
53 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()
28 int low_water,high_water; /* refill parameters */ member
340 …<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…
87758 u32 low_water; member