Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dtcache.c135 size_t nflush = low_water - (low_water >> 2); in tcache_gc_small() local
136 if (nflush < tcache_slow->bin_flush_delay_items[szind]) { in tcache_gc_small()
138 uint8_t nflush_uint8 = (uint8_t)nflush; in tcache_gc_small()
149 (unsigned)(ncached - nflush)); in tcache_gc_small()
280 szind_t binind, size_t nflush, emap_batch_lookup_result_t *edatas) { in tcache_bin_flush_edatas_lookup() argument
287 size_t szind_sum = binind * nflush; in tcache_bin_flush_edatas_lookup()
288 emap_edata_lookup_batch(tsd, &arena_emap_global, nflush, in tcache_bin_flush_edatas_lookup()
293 tcache_bin_flush_size_check_fail(arr, binind, nflush, edatas); in tcache_bin_flush_edatas_lookup()
310 szind_t binind, cache_bin_ptr_array_t *ptrs, unsigned nflush, bool small) { in tcache_bin_flush_impl() argument
330 VARIABLE_ARRAY(emap_batch_lookup_result_t, item_edata, nflush + 1); in tcache_bin_flush_impl()
[all …]
H A Darena.c132 uint64_t nflush = locked_read_u64(tsdn, in arena_stats_merge() local
135 locked_inc_u64_unsynchronized(&lstats[i].nflushes, nflush); in arena_stats_merge()
136 astats->nflushes_large += nflush; in arena_stats_merge()
/src/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()
/src/usr.bin/col/
H A Dcol.c366 flush_lines(int nflush) in flush_lines() argument
370 while (--nflush >= 0) { in flush_lines()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h599 cache_bin_ptr_array_t *arr, cache_bin_sz_t nflush) { in cache_bin_init_ptr_array_for_flush() argument
600 arr->ptr = cache_bin_empty_position_get(bin) - nflush; in cache_bin_init_ptr_array_for_flush()