Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/usb/
Dusbmon.rst318 uint32_t nflush; /* Number of events to flush */
323 First, it removes and discards up to nflush events from the kernel buffer.
324 The actual number of events discarded is returned in nflush.
356 int nflush = 0;
360 fetch.nflush = nflush;
362 nflush = fetch.nfetch; // This many packets to flush when done
363 for (i = 0; i < nflush; i++) {
/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c1858 unsigned long nflush; in cacheflush() local
1866 nflush = 1; in cacheflush()
1867 scanhex(&nflush); in cacheflush()
1868 nflush = (nflush + L1_CACHE_BYTES - 1) / L1_CACHE_BYTES; in cacheflush()
1874 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1877 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
/Linux-v5.10/drivers/usb/mon/
Dmon_bin.c143 u32 nflush; /* Number of events to flush */ member
1090 if (mfetch.nflush) { in mon_bin_ioctl()
1091 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl()
1094 if (put_user(ret, &uptr->nflush)) in mon_bin_ioctl()