Lines Matching refs:iowait_work
91 struct iowait_work {
143 struct iowait_work *wait,
162 struct iowait_work wait[IOWAIT_SES];
175 struct iowait_work *wait,
324 * @wait iowait_work struture
326 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait)
340 static inline u16 iowait_get_desc(struct iowait_work *w)
364 static inline void iowait_update_priority(struct iowait_work *w)
446 * @wait: the iowait_work structure
448 static inline bool iowait_packet_queued(struct iowait_work *wait)
458 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n)
467 * iowait_get_tid_work - return iowait_work for tid SE
470 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w)
476 * iowait_get_ib_work - return iowait_work for ib SE
479 static inline struct iowait_work *iowait_get_ib_work(struct iowait *w)
485 * iowait_ioww_to_iow - return iowait given iowait_work
486 * @w: the iowait_work struct
488 static inline struct iowait *iowait_ioww_to_iow(struct iowait_work *w)
496 int iowait_set_work_flag(struct iowait_work *w);