Searched refs:low_water (Results 1 – 3 of 3) sorted by relevance
39 if (tbin->low_water > 0) { in tcache_event_hard()45 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()49 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()57 } else if (tbin->low_water < 0) { in tcache_event_hard()65 tbin->low_water = tbin->ncached; in tcache_event_hard()164 if ((int)tbin->ncached < tbin->low_water) in tcache_bin_flush_small()165 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()248 if ((int)tbin->ncached < tbin->low_water) in tcache_bin_flush_large()249 tbin->low_water = tbin->ncached; in tcache_bin_flush_large()
82 int low_water; /* Min # cached since last GC. */ member272 tbin->low_water = -1; in tcache_alloc_easy()287 if (unlikely((int)tbin->ncached < tbin->low_water)) in tcache_alloc_easy()288 tbin->low_water = tbin->ncached; in tcache_alloc_easy()
27 int low_water,high_water; /* refill parameters */ member