Lines Matching full:search
58 * enum drm_mm_insert_mode - control search and allocation behaviour
61 * a number of search trees. These trees are oranised by size, by address and
72 * Search for the smallest hole (within the search range) that fits
82 * Search for the lowest hole (address closest to 0, within the search
92 * Search for the highest hole (address closest to U64_MAX, within the
93 * search range) that fits the desired node.
104 * Search for the most recently evicted hole (within the search range)
119 * search method such as DRM_MM_INSERT_HIGH or DRM_MM_INSERT_LOW.
130 * Does not search all holes.
141 * Does not search all holes.
415 * drm_mm_insert_node_generic - search for space and insert @node
421 * @mode: fine-tune the allocation search and placement
443 * drm_mm_insert_node - search for space and insert @node
494 * but using the internal interval tree to accelerate the search for the
519 * @mode: fine-tune the allocation search and placement