Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dlist.rs722 pub fn cursor_front(&mut self) -> Cursor<'_, T, ID> { in cursor_front() method
H A Drbtree.rs261 pub fn cursor_front(&self) -> Option<Cursor<'_, K, V>> { in cursor_front() method
808 /// let cursor = tree.cursor_front().unwrap();
/linux/drivers/android/binder/
H A Dprocess.rs301 let mut cursor = self.delivered_deaths.cursor_front(); in pull_delivered_death()