Lines Matching refs:next
432 * @prev is used to remap the preceding part, @next the subsequent part.
436 * end address of the old mapping, either @prev or @next is NULL.
451 * @next: the subsequent part of a split mapping
453 struct drm_gpuva_op_map *next;
540 * @next: &next &drm_gpuva_op to store the next step
546 #define drm_gpuva_for_each_op_safe(op, next, ops) \
547 list_for_each_entry_safe(op, next, &(ops)->list, entry)
581 * drm_gpuva_next_op() - next &drm_gpuva_op in the list
701 struct drm_gpuva *next,