Lines Matching full:search
60 * enum drm_mm_insert_mode - control search and allocation behaviour
63 * a number of search trees. These trees are oranised by size, by address and
74 * Search for the smallest hole (within the search range) that fits
84 * Search for the lowest hole (address closest to 0, within the search
94 * Search for the highest hole (address closest to U64_MAX, within the
95 * search range) that fits the desired node.
106 * Search for the most recently evicted hole (within the search range)
121 * search method such as DRM_MM_INSERT_HIGH or DRM_MM_INSERT_LOW.
132 * Does not search all holes.
143 * Does not search all holes.
417 * drm_mm_insert_node_generic - search for space and insert @node
423 * @mode: fine-tune the allocation search and placement
445 * drm_mm_insert_node - search for space and insert @node
496 * but using the internal interval tree to accelerate the search for the
521 * @mode: fine-tune the allocation search and placement