Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dfreeze.rs334 let mut curr = inner.nodes.cursor_front_mut(); in find_freeze_recipients()
H A Dprocess.rs1353 lock.nodes.cursor_front_mut().map(|c| c.remove_current().1) in deferred_release()
/linux/rust/kernel/
H A Drbtree.rs246 pub fn cursor_front_mut(&mut self) -> Option<CursorMut<'_, K, V>> { in cursor_front_mut() method