Name

drm_mm_clean — checks whether an allocator is clean

Synopsis

bool drm_mm_clean (struct drm_mm * mm);
 

Arguments

mm

drm_mm allocator to check

Returns

True if the allocator is completely free, false if there's still a node allocated in it.