Home | History | Annotate | Download | only in drm

Lines Matching defs:best

141  * Returns NULL if no suitable node can be found. Otherwise, the best match
149 struct drm_mm_node *node, *best;
154 best = NULL;
161 best = node;
170 if (best) {
171 offset = best->start + best->size;
173 best = NULL;
176 if (!best)
179 return container_of(best, struct drm_vma_offset_node, vm_node);