Searched refs:nflush (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/src/ |
D | tcache.c | 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() [all …]
|
/external/jemalloc/src/ |
D | tcache.c | 97 unsigned i, nflush, ndeferred; in tcache_bin_flush_small() local 105 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) { in tcache_bin_flush_small() 128 for (i = 0; i < nflush; i++) { in tcache_bin_flush_small() 151 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred); in tcache_bin_flush_small() 179 unsigned i, nflush, ndeferred; in tcache_bin_flush_large() local 187 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) { in tcache_bin_flush_large() 213 for (i = 0; i < nflush; i++) { in tcache_bin_flush_large() 235 arena_decay_ticks(tsd_tsdn(tsd), locked_arena, nflush - in tcache_bin_flush_large()
|
/external/libpcap/ |
D | pcap-usb-linux.c | 102 int32_t nflush; /* Number of events to flush */ member 1106 int nflush = 0; in usb_read_linux_mmap() local 1123 fetch.nflush = nflush; in usb_read_linux_mmap() 1145 nflush = fetch.nfetch; in usb_read_linux_mmap() 1179 if (ioctl(handle->fd, MON_IOCH_MFLUSH, nflush) == -1) { in usb_read_linux_mmap()
|