Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c93 unsigned i, nflush, ndeferred; in tcache_bin_flush_small() local
101 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) { in tcache_bin_flush_small()
123 for (i = 0; i < nflush; i++) { in tcache_bin_flush_small()
146 arena_decay_ticks(tsd, bin_arena, nflush - ndeferred); in tcache_bin_flush_small()
174 unsigned i, nflush, ndeferred; in tcache_bin_flush_large() local
182 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) { in tcache_bin_flush_large()
208 for (i = 0; i < nflush; i++) { in tcache_bin_flush_large()
230 arena_decay_ticks(tsd, locked_arena, nflush - ndeferred); in tcache_bin_flush_large()
/external/libpcap/
Dpcap-usb-linux.c101 int32_t nflush; /* Number of events to flush */ member
848 int nflush = 0; in usb_read_linux_mmap() local
865 fetch.nflush = nflush; in usb_read_linux_mmap()
886 nflush = fetch.nfetch; in usb_read_linux_mmap()
920 if (ioctl(handle->fd, MON_IOCH_MFLUSH, nflush) == -1) { in usb_read_linux_mmap()