Home
last modified time | relevance | path

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

/linux/Documentation/usb/
H A 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/drivers/usb/mon/
H A Dmon_bin.c145 u32 nflush; /* Number of events to flush */ member
1094 if (mfetch.nflush) { in mon_bin_ioctl()
1095 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl()
1098 if (put_user(ret, &uptr->nflush)) in mon_bin_ioctl()