Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.c107 size_t nflush, extent_t **extents){ in tbin_extents_lookup_size_check()
143 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_small() local
239 unsigned nflush = tbin->ncached - rem; in tcache_bin_flush_large() local
H A Darena.c160 uint64_t nflush = arena_stats_read_u64(tsdn, &arena->stats, in 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
/freebsd/usr.bin/col/
H A Dcol.c366 flush_lines(int nflush) in flush_lines()