Lines Matching defs:next
76 struct iopf_fault *iopf, *next;
85 list_for_each_entry_safe(iopf, next, &group->faults, list) {
147 struct iopf_fault *iopf, *next;
198 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) {
208 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) {
224 * space of the next process that uses this PASID. The driver must make sure
263 struct iopf_fault *iopf, *next;
271 list_for_each_entry_safe(iopf, next, &iopf_param->partial,
335 struct iopf_fault *iopf, *next;
356 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list)
407 struct iopf_device_param *iopf_param, *next;
412 list_for_each_entry_safe(iopf_param, next, &queue->devices, queue_list)