Lines Matching defs:iowait_work
50 struct iowait_work {
102 struct iowait_work *wait,
121 struct iowait_work wait[IOWAIT_SES];
134 struct iowait_work *wait,
283 * @wait: iowait_work structure
285 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait)
299 static inline u16 iowait_get_desc(struct iowait_work *w)
323 static inline void iowait_update_priority(struct iowait_work *w)
405 * @wait: the iowait_work structure
407 static inline bool iowait_packet_queued(struct iowait_work *wait)
417 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n)
426 * iowait_get_tid_work - return iowait_work for tid SE
429 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w)
435 * iowait_get_ib_work - return iowait_work for ib SE
438 static inline struct iowait_work *iowait_get_ib_work(struct iowait *w)
444 * iowait_ioww_to_iow - return iowait given iowait_work
445 * @w: the iowait_work struct
447 static inline struct iowait *iowait_ioww_to_iow(struct iowait_work *w)
455 int iowait_set_work_flag(struct iowait_work *w);