Home
last modified time | relevance | path

Searched refs:cursor_lower_bound_mut (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dfreeze.rs348 curr = inner.nodes.cursor_lower_bound_mut(&key); in find_freeze_recipients()
/linux/drivers/android/binder/range_alloc/
H A Dtree.rs210 let mut cursor = self.tree.cursor_lower_bound_mut(&offset).ok_or_else(|| { in reservation_abort()
/linux/rust/kernel/
H A Drbtree.rs457 pub fn cursor_lower_bound_mut(&mut self, key: &K) -> Option<CursorMut<'_, K, V>> in cursor_lower_bound_mut() function