Lines Matching refs:best
136 * Returns NULL if no suitable node can be found. Otherwise, the best match144 struct drm_mm_node *node, *best;149 best = NULL;156 best = node;165 if (best) {166 offset = best->start + best->size;168 best = NULL;171 if (!best)174 return container_of(best, struct drm_vma_offset_node, vm_node);