Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c113 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_small() local
116 for (unsigned i = 0 ; i < nflush; i++) { in tcache_bin_flush_small()
120 while (nflush > 0) { in tcache_bin_flush_small()
143 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_small()
165 nflush = ndeferred; in tcache_bin_flush_small()
198 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_large() local
201 for (unsigned i = 0 ; i < nflush; i++) { in tcache_bin_flush_large()
205 while (nflush > 0) { in tcache_bin_flush_large()
216 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_large()
242 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_large()
[all …]