Searched refs:nflush (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/src/
H A Dtcache.c113 unsigned nflush = tbin->ncached - rem; local
114 VARIABLE_ARRAY(extent_t *, item_extent, nflush);
116 for (unsigned i = 0 ; i < nflush; i++) {
120 while (nflush > 0) {
143 for (unsigned i = 0; i < nflush; i++) {
164 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred);
165 nflush = ndeferred;
198 unsigned nflush = tbin->ncached - rem; local
199 VARIABLE_ARRAY(extent_t *, item_extent, nflush);
201 for (unsigned i = 0 ; i < nflush;
[all...]
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c103 int32_t nflush; /* Number of events to flush */ member in struct:mon_bin_mfetch
1238 int nflush = 0; local
1255 fetch.nflush = nflush;
1277 nflush = fetch.nfetch;
1344 if (ioctl(handle->fd, MON_IOCH_MFLUSH, nflush) == -1) {
/freebsd-12-stable/usr.bin/col/
H A Dcol.c374 * Prints the first 'nflush' lines. Printed lines are freed.
381 flush_lines(int nflush) argument
385 while (--nflush >= 0) {

Completed in 175 milliseconds