Lines Matching defs:wait
121 struct iowait_work wait[IOWAIT_SES]; member
148 static inline bool iowait_schedule(struct iowait *wait, in iowait_schedule()
160 static inline bool iowait_tid_schedule(struct iowait *wait, in iowait_tid_schedule()
174 static inline void iowait_sdma_drain(struct iowait *wait) in iowait_sdma_drain()
185 static inline int iowait_sdma_pending(struct iowait *wait) in iowait_sdma_pending()
194 static inline void iowait_sdma_inc(struct iowait *wait) in iowait_sdma_inc()
203 static inline void iowait_sdma_add(struct iowait *wait, int count) in iowait_sdma_add()
212 static inline int iowait_sdma_dec(struct iowait *wait) in iowait_sdma_dec()
227 static inline void iowait_pio_drain(struct iowait *wait) in iowait_pio_drain()
240 static inline int iowait_pio_pending(struct iowait *wait) in iowait_pio_pending()
249 static inline void iowait_pio_inc(struct iowait *wait) in iowait_pio_inc()
258 static inline int iowait_pio_dec(struct iowait *wait) in iowait_pio_dec()
272 static inline void iowait_drain_wakeup(struct iowait *wait) in iowait_drain_wakeup()
285 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait) in iowait_get_txhead()
407 static inline bool iowait_packet_queued(struct iowait_work *wait) in iowait_packet_queued()