Lines Matching refs: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 Tue Oct 21 08:09:48 GMT 2025