Lines Matching defs:nflush
135 size_t nflush = low_water - (low_water >> 2);
136 if (nflush < tcache_slow->bin_flush_delay_items[szind]) {
138 uint8_t nflush_uint8 = (uint8_t)nflush;
149 (unsigned)(ncached - nflush));
280 szind_t binind, size_t nflush, emap_batch_lookup_result_t *edatas) {
287 size_t szind_sum = binind * nflush;
288 emap_edata_lookup_batch(tsd, &arena_emap_global, nflush,
293 tcache_bin_flush_size_check_fail(arr, binind, nflush, edatas);
310 szind_t binind, cache_bin_ptr_array_t *ptrs, unsigned nflush, bool small) {
330 VARIABLE_ARRAY(emap_batch_lookup_result_t, item_edata, nflush + 1);
331 tcache_bin_flush_edatas_lookup(tsd, ptrs, binind, nflush, item_edata);
339 VARIABLE_ARRAY(edata_t *, dalloc_slabs, nflush + 1);
347 while (nflush > 0) {
407 for (unsigned i = 0; i < nflush; i++) {
430 for (unsigned i = 0; i < nflush; i++) {
469 arena_decay_ticks(tsdn, cur_arena, nflush - ndeferred);
470 nflush = ndeferred;
513 unsigned nflush = ncached - rem;
515 CACHE_BIN_PTR_ARRAY_DECLARE(ptrs, nflush);
517 &ptrs, nflush);
519 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nflush,