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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c1508 unsigned long nflush; local
1516 nflush = 1;
1517 scanhex(&nflush);
1518 nflush = (nflush + L1_CACHE_BYTES - 1) / L1_CACHE_BYTES;
1524 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES)
1527 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c127 u32 nflush; /* Number of events to flush */ member in struct:mon_bin_mfetch
1036 if (mfetch.nflush) {
1037 ret = mon_bin_flush(rp, mfetch.nflush);
1040 if (put_user(ret, &uptr->nflush))

Completed in 72 milliseconds