Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dtree.rs143 let free_cursor = self.free_tree.cursor_lower_bound(&(size, 0))?; in find_best_match()
/linux/rust/kernel/
H A Drbtree.rs478 pub fn cursor_lower_bound(&self, key: &K) -> Option<Cursor<'_, K, V>> in cursor_lower_bound() function