Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c97 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/
Dpcap-usb-linux.c101 int32_t nflush; /* Number of events to flush */ member
888 int nflush = 0; in usb_read_linux_mmap() local
905 fetch.nflush = nflush; in usb_read_linux_mmap()
926 nflush = fetch.nfetch; in usb_read_linux_mmap()
960 if (ioctl(handle->fd, MON_IOCH_MFLUSH, nflush) == -1) { in usb_read_linux_mmap()