Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/mon/
Dmon_bin.c207 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) macro
878 if (MON_RING_EMPTY(rp)) in mon_bin_flush()
996 if (!MON_RING_EMPTY(rp)) { in mon_bin_ioctl()
1200 if (!MON_RING_EMPTY(rp)) in mon_bin_poll()
1281 while (MON_RING_EMPTY(rp)) { in mon_bin_wait_event()