Name
drm_mm_for_each_node —
iterator to walk over all allocated nodes
Synopsis
drm_mm_for_each_node ( | entry, |
| mm) ; |
Arguments
entry
drm_mm_node structure to assign to in each iteration step
mm
drm_mm allocator to walk
Description
This iterator walks over all nodes in the range allocator. It is implemented
with list_for_each, so not save against removal of elements.