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

/freebsd-11-stable/contrib/jemalloc/src/
H A Dtcache.c94 unsigned i, nflush, ndeferred; local
102 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) {
125 for (i = 0; i < nflush; i++) {
148 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred);
176 unsigned i, nflush, ndeferred; local
184 for (nflush = tbin->ncached - rem; nflush > 0; nflush
[all...]
/freebsd-11-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-11-stable/usr.bin/col/
H A Dcol.c371 flush_lines(int nflush) argument
375 while (--nflush >= 0) {

Completed in 117 milliseconds