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

/freebsd-10.3-release/contrib/jemalloc/src/
H A Dtcache.c86 unsigned i, nflush, ndeferred; local
92 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) {
114 for (i = 0; i < nflush; i++) {
167 unsigned i, nflush, ndeferred; local
173 for (nflush = tbin->ncached - rem; nflush > 0; nflush = ndeferred) {
199 for (i = 0; i < nflush;
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c105 int32_t nflush; /* Number of events to flush */ member in struct:mon_bin_mfetch
828 int nflush = 0; local
845 fetch.nflush = nflush;
866 nflush = fetch.nfetch;
900 ioctl(handle->fd, MON_IOCH_MFLUSH, nflush);
/freebsd-10.3-release/usr.bin/col/
H A Dcol.c371 flush_lines(int nflush) argument
375 while (--nflush >= 0) {

Completed in 130 milliseconds