Lines Matching defs:iopf_queue
17 * struct iopf_queue - IO Page Fault queue
22 struct iopf_queue {
38 struct iopf_queue *queue;
261 int iopf_queue_discard_partial(struct iopf_queue *queue)
289 int iopf_queue_add_device(struct iopf_queue *queue, struct device *dev)
332 int iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev)
371 struct iopf_queue *iopf_queue_alloc(const char *name)
373 struct iopf_queue *queue;
385 queue->wq = alloc_workqueue("iopf_queue/%s", WQ_UNBOUND, 0, name);
405 void iopf_queue_free(struct iopf_queue *queue)