Lines Matching full:partial
33 * @partial: faults that are part of a Page Request Group for which the last
40 struct list_head partial; member
175 list_add(&iopf->list, &iopf_param->partial); in iommu_queue_iopf()
184 * need to clean up before leaving, otherwise partial faults in iommu_queue_iopf()
197 /* See if we have partial faults for this group */ in iommu_queue_iopf()
198 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) { in iommu_queue_iopf()
208 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) { in iommu_queue_iopf()
252 * iopf_queue_discard_partial - Remove all pending partial fault
253 * @queue: the queue whose partial faults need to be discarded
256 * lost and the IOMMU driver calls this to discard all partial faults. The
271 list_for_each_entry_safe(iopf, next, &iopf_param->partial, in iopf_queue_discard_partial()
302 INIT_LIST_HEAD(&iopf_param->partial); in iopf_queue_add_device()
356 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) in iopf_queue_remove_device()