Searched refs:rb_hole_addr_to_node (Results 1 – 1 of 1) sorted by relevance
300 static inline struct drm_mm_node *rb_hole_addr_to_node(struct rb_node *rb) in rb_hole_addr_to_node() function327 return rb && rb_hole_addr_to_node(rb)->subtree_max_hole >= size; in usable_hole_addr()341 node = rb_hole_addr_to_node(rb); in find_hole_addr()401 return rb_hole_addr_to_node(node); \407 return rb_hole_addr_to_node(parent); \