Lines Matching full:allocator
147 * struct drm_mm_node - allocated block in the DRM allocator
149 * This represents an allocated block in a &drm_mm allocator. Except for
181 * struct drm_mm - DRM allocator
183 * DRM range allocator with a few special functions and features geared towards
217 * struct drm_mm_scan - DRM allocator eviction roaster data
262 * drm_mm_initialized - checks whether an allocator is initialized
356 * @mm: &drm_mm allocator to walk
358 * This iterator walks over all nodes in the range allocator. It is implemented
368 * @mm: &drm_mm allocator to walk
370 * This iterator walks over all nodes in the range allocator. It is implemented
379 * @mm: &drm_mm allocator to walk
383 * This iterator walks over all holes in the range allocator. It is implemented
469 * drm_mm_clean - checks whether an allocator is clean
470 * @mm: drm_mm allocator to check
473 * True if the allocator is completely free, false if there's still a node
488 * @mm__: drm_mm allocator to walk
492 * This iterator walks over all nodes in the range allocator that lie
496 * that @end is within (or is the upper limit of) the drm_mm allocator.