Lines Matching full:allocator
149 * struct drm_mm_node - allocated block in the DRM allocator
151 * This represents an allocated block in a &drm_mm allocator. Except for
183 * struct drm_mm - DRM allocator
185 * DRM range allocator with a few special functions and features geared towards
219 * struct drm_mm_scan - DRM allocator eviction roaster data
264 * drm_mm_initialized - checks whether an allocator is initialized
358 * @mm: &drm_mm allocator to walk
360 * This iterator walks over all nodes in the range allocator. It is implemented
370 * @mm: &drm_mm allocator to walk
372 * This iterator walks over all nodes in the range allocator. It is implemented
381 * @mm: &drm_mm allocator to walk
385 * This iterator walks over all holes in the range allocator. It is implemented
471 * drm_mm_clean - checks whether an allocator is clean
472 * @mm: drm_mm allocator to check
475 * True if the allocator is completely free, false if there's still a node
490 * @mm__: drm_mm allocator to walk
494 * This iterator walks over all nodes in the range allocator that lie
498 * that @end is within (or is the upper limit of) the drm_mm allocator.