Searched refs:nflush (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | tcache.c | 107 size_t nflush, extent_t **extents){ in tbin_extents_lookup_size_check() argument 118 size_t sz_sum = binind * nflush; in tbin_extents_lookup_size_check() 119 for (unsigned i = 0 ; i < nflush; i++) { in tbin_extents_lookup_size_check() 143 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_small() local 144 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_small() 149 nflush, item_extent); in tcache_bin_flush_small() 151 for (unsigned i = 0 ; i < nflush; i++) { in tcache_bin_flush_small() 156 while (nflush > 0) { in tcache_bin_flush_small() 182 for (unsigned i = 0; i < nflush; i++) { in tcache_bin_flush_small() 204 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred); in tcache_bin_flush_small() [all …]
|
H A D | arena.c | 160 uint64_t nflush = arena_stats_read_u64(tsdn, &arena->stats, in arena_stats_merge() local 162 arena_stats_accum_u64(&lstats[i].nflushes, nflush); in arena_stats_merge() 163 arena_stats_accum_u64(&astats->nflushes_large, nflush); in arena_stats_merge()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-usb-linux.c | 104 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 D | col.c | 366 flush_lines(int nflush) in flush_lines() argument 370 while (--nflush >= 0) { in flush_lines()
|