Home
last modified time | relevance | path

Searched refs:find_best_match (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/range_alloc/
H A Dtree.rs142 fn find_best_match(&mut self, size: usize) -> Option<&mut Descriptor<T>> { in find_best_match() method
167 let (found_size, found_off, tree_node, free_tree_node) = match self.find_best_match(size) { in reserve_new()
/linux/rust/kernel/
H A Drbtree.rs461 let best = self.find_best_match(key)?; in cursor_lower_bound_mut()
482 let best = self.find_best_match(key)?; in cursor_lower_bound()
494 fn find_best_match(&self, key: &K) -> Option<NonNull<bindings::rb_node>> { in find_best_match()
491 fn find_best_match(&self, key: &K) -> Option<NonNull<bindings::rb_node>> { find_best_match() function