Lines Matching refs:partial
75 list_add(&iopf->list, &fault_param->partial);
103 /* See if we have partial faults for this group */
105 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) {
250 * leaving, otherwise partial faults will be stuck.
346 * iopf_queue_discard_partial - Remove all pending partial fault
347 * @queue: the queue whose partial faults need to be discarded
350 * lost and the IOMMU driver calls this to discard all partial faults. The
366 list_for_each_entry_safe(iopf, next, &iopf_param->partial,
411 INIT_LIST_HEAD(&fault_param->partial);
468 list_for_each_entry_safe(partial_iopf, next, &fault_param->partial, list)