Home
last modified time | relevance | path

Searched defs:get_mut (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/list/
H A Darc_field.rs37 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
/linux/rust/kernel/sync/lock/
H A Dglobal.rs174 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
/linux/rust/kernel/
H A Dxarray.rs200 pub fn get_mut(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in get_mut() method
H A Drbtree.rs401 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { in get_mut() function
1212 pub fn get_mut(&mut self) -> &mut V { in get_mut() method
/linux/rust/kernel/sync/
H A Datomic.rs236 pub fn get_mut(&mut self) -> &mut T { in get_mut() method