Lines Matching defs:wq
138 struct idxd_wq *wq; member
161 struct idxd_wq *wq; member
294 struct workqueue_struct *wq; member
319 struct idxd_wq *wq; member
331 #define wq_confdev(wq) &wq->idxd_dev.conf_dev argument
415 static inline bool is_idxd_wq_dmaengine(struct idxd_wq *wq) in is_idxd_wq_dmaengine()
422 static inline bool is_idxd_wq_user(struct idxd_wq *wq) in is_idxd_wq_user()
427 static inline bool is_idxd_wq_kernel(struct idxd_wq *wq) in is_idxd_wq_kernel()
432 static inline bool wq_dedicated(struct idxd_wq *wq) in wq_dedicated()
437 static inline bool wq_shared(struct idxd_wq *wq) in wq_shared()
483 static inline void __iomem *idxd_wq_portal_addr(struct idxd_wq *wq) in idxd_wq_portal_addr()
491 static inline void idxd_wq_get(struct idxd_wq *wq) in idxd_wq_get()
496 static inline void idxd_wq_put(struct idxd_wq *wq) in idxd_wq_put()
501 static inline int idxd_wq_refcount(struct idxd_wq *wq) in idxd_wq_refcount()