Lines Matching defs:wait
162 struct iowait_work wait[IOWAIT_SES]; member
189 static inline bool iowait_schedule(struct iowait *wait, in iowait_schedule()
201 static inline bool iowait_tid_schedule(struct iowait *wait, in iowait_tid_schedule()
215 static inline void iowait_sdma_drain(struct iowait *wait) in iowait_sdma_drain()
226 static inline int iowait_sdma_pending(struct iowait *wait) in iowait_sdma_pending()
235 static inline void iowait_sdma_inc(struct iowait *wait) in iowait_sdma_inc()
244 static inline void iowait_sdma_add(struct iowait *wait, int count) in iowait_sdma_add()
253 static inline int iowait_sdma_dec(struct iowait *wait) in iowait_sdma_dec()
268 static inline void iowait_pio_drain(struct iowait *wait) in iowait_pio_drain()
281 static inline int iowait_pio_pending(struct iowait *wait) in iowait_pio_pending()
290 static inline void iowait_pio_inc(struct iowait *wait) in iowait_pio_inc()
299 static inline int iowait_pio_dec(struct iowait *wait) in iowait_pio_dec()
313 static inline void iowait_drain_wakeup(struct iowait *wait) in iowait_drain_wakeup()
326 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait) in iowait_get_txhead()
448 static inline bool iowait_packet_queued(struct iowait_work *wait) in iowait_packet_queued()