Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/usb/
Dusbmon.txt298 uint32_t nflush; /* Number of events to flush */
303 First, it removes and discards up to nflush events from the kernel buffer.
304 The actual number of events discarded is returned in nflush.
336 int nflush = 0;
340 fetch.nflush = nflush;
342 nflush = fetch.nfetch; // This many packets to flush when done
343 for (i = 0; i < nflush; i++) {
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c1575 unsigned long nflush; in cacheflush() local
1583 nflush = 1; in cacheflush()
1584 scanhex(&nflush); in cacheflush()
1585 nflush = (nflush + L1_CACHE_BYTES - 1) / L1_CACHE_BYTES; in cacheflush()
1591 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1594 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
/linux-4.1.27/drivers/usb/mon/
Dmon_bin.c140 u32 nflush; /* Number of events to flush */ member
1077 if (mfetch.nflush) { in mon_bin_ioctl()
1078 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl()
1081 if (put_user(ret, &uptr->nflush)) in mon_bin_ioctl()