Home
last modified time | relevance | path

Searched refs:iopf_queue (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/
H A Dio-pgfault.c369 int iopf_queue_discard_partial(struct iopf_queue *queue) in iopf_queue_discard_partial()
399 int iopf_queue_add_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_add_device()
464 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device()
516 struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc()
518 struct iopf_queue *queue; in iopf_queue_alloc()
550 void iopf_queue_free(struct iopf_queue *queue) in iopf_queue_free()
/linux/include/linux/
H A Diommu.h151 struct iopf_queue { struct
854 struct iopf_queue *queue;
1697 int iopf_queue_add_device(struct iopf_queue *queue, struct device *dev);
1698 void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev);
1700 struct iopf_queue *iopf_queue_alloc(const char *name);
1701 void iopf_queue_free(struct iopf_queue *queue);
1702 int iopf_queue_discard_partial(struct iopf_queue *queue);
1710 iopf_queue_add_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_add_device()
1716 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device()
1725 static inline struct iopf_queue *iopf_queue_alloc(const char *name) in iopf_queue_alloc()
[all …]