Lines Matching refs:iopf_queue
150 struct iopf_queue { struct
781 struct iopf_queue *queue;
1616 int iopf_queue_add_device(struct iopf_queue *queue, struct device *dev);
1617 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev);
1619 struct iopf_queue *iopf_queue_alloc(const char *name);
1620 void iopf_queue_free(struct iopf_queue *queue);
1621 int iopf_queue_discard_partial(struct iopf_queue *queue);
1628 iopf_queue_add_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_add_device()
1634 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device()
1643 static inline struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc()
1648 static inline void iopf_queue_free(struct iopf_queue *queue) in iopf_queue_free()
1652 static inline int iopf_queue_discard_partial(struct iopf_queue *queue) in iopf_queue_discard_partial()