Lines Matching refs:iopf_queue
13 struct iopf_queue;
18 int iopf_queue_add_device(struct iopf_queue *queue, struct device *dev);
19 int iopf_queue_remove_device(struct iopf_queue *queue,
22 struct iopf_queue *iopf_queue_alloc(const char *name);
23 void iopf_queue_free(struct iopf_queue *queue);
24 int iopf_queue_discard_partial(struct iopf_queue *queue);
34 static inline int iopf_queue_add_device(struct iopf_queue *queue,
40 static inline int iopf_queue_remove_device(struct iopf_queue *queue,
51 static inline struct iopf_queue *iopf_queue_alloc(const char *name)
56 static inline void iopf_queue_free(struct iopf_queue *queue)
60 static inline int iopf_queue_discard_partial(struct iopf_queue *queue)