Lines Matching defs:best
141 * Returns NULL if no suitable node can be found. Otherwise, the best match149 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);
Indexes created Thu Oct 02 14:10:14 GMT 2025