Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.c135 size_t nflush = low_water - (low_water >> 2); in tcache_bin_flush_small()
136 if (nflush < tcache_slow->bin_flush_delay_items[szind]) { in tcache_bin_flush_small()
138 uint8_t nflush_uint8 = (uint8_t)nflush; in tcache_bin_flush_small()
149 (unsigned)(ncached - nflush)); in tcache_bin_flush_small()
280 szind_t binind, size_t nflush, emap_batch_lookup_result_t *edatas) { in tcache_bin_flush_large()
287 size_t szind_sum = binind * nflush; in tcache_bin_flush_large()
288 emap_edata_lookup_batch(tsd, &arena_emap_global, nflush, in tcache_bin_flush_large()
293 tcache_bin_flush_size_check_fail(arr, binind, nflush, edatas); in tcache_bin_flush_large()
310 szind_t binind, cache_bin_ptr_array_t *ptrs, unsigned nflush, bool small) { in tcache_bin_flush_large()
330 VARIABLE_ARRAY(emap_batch_lookup_result_t, item_edata, nflush in tcache_bin_flush_large()
107 tbin_extents_lookup_size_check(tsdn_t * tsdn,cache_bin_t * tbin,szind_t binind,size_t nflush,extent_t ** extents) tbin_extents_lookup_size_check() argument
143 unsigned nflush = tbin->ncached - rem; tcache_bin_flush_small() local
239 unsigned nflush = tbin->ncached - rem; tcache_bin_flush_large() local
[all...]
H A Darena.c132 uint64_t nflush = locked_read_u64(tsdn, in arena_stats_merge()
135 locked_inc_u64_unsynchronized(&lstats[i].nflushes, nflush); in arena_stats_merge()
136 astats->nflushes_large += nflush; in arena_stats_merge()
160 uint64_t nflush = arena_stats_read_u64(tsdn, &arena->stats, arena_stats_merge() local
/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c104 int32_t nflush; /* Number of events to flush */ member
760 int nflush = 0; in usb_read_linux_mmap() local
804 fetch.nflush = nflush; in usb_read_linux_mmap()
826 nflush = fetch.nfetch; in usb_read_linux_mmap()
942 if (ioctl(handle->fd, MON_IOCH_MFLUSH, nflush) == -1) { in usb_read_linux_mmap()
/freebsd/usr.bin/col/
H A Dcol.c366 flush_lines(int nflush) in flush_lines() argument
370 while (--nflush >= 0) { in flush_lines()