Lines Matching refs:nflush
117 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_small() local
118 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_small()
120 for (unsigned i = 0 ; i < nflush; i++) { in tcache_bin_flush_small()
124 while (nflush > 0) { in tcache_bin_flush_small()
149 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_small()
170 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred); in tcache_bin_flush_small()
171 nflush = ndeferred; in tcache_bin_flush_small()
208 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_large() local
209 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_large()
211 for (unsigned i = 0 ; i < nflush; i++) { in tcache_bin_flush_large()
215 while (nflush > 0) { in tcache_bin_flush_large()
226 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_large()
254 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_large()
276 arena_decay_ticks(tsd_tsdn(tsd), locked_arena, nflush - in tcache_bin_flush_large()
278 nflush = ndeferred; in tcache_bin_flush_large()