Lines Matching defs:count
102 * @sdma_drained: sdma count drained
109 * @count: total number of descriptors in tx_head'ed list
156 u32 count;
221 * iowait_sdma_pending() - return sdma pending count
241 * iowait_sdma_add - add count to pending
244 static inline void iowait_sdma_add(struct iowait *wait, int count)
246 atomic_add(count, &wait->sdma_busy);
276 * iowait_pio_pending() - return pio pending count
426 * iowait_starve_clear - clear the wait queue's starve count
430 * This function is called to clear the starve count. If no
431 * packets have been sent, the starve count will not be cleared.
456 * @n: the count
463 w->iow->count += n;