Lines Matching defs:partial
33 * @partial: faults that are part of a Page Request Group for which the last
40 struct list_head partial;
175 list_add(&iopf->list, &iopf_param->partial);
184 * need to clean up before leaving, otherwise partial faults
197 /* See if we have partial faults for this group */
198 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) {
208 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) {
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,
302 INIT_LIST_HEAD(&iopf_param->partial);
356 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list)