Home
last modified time | relevance | path

Searched refs:get_mut (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/rust/kernel/list/
H A Darc_field.rs37 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
38 self.value.get_mut() in get_mut()
H A Darc.rs498 *self.project_inner().get_mut() = true; in on_create_list_arc_from_unique()
/linux-6.15/rust/pin-init/src/
H A Dalloc.rs105 let Some(slot) = Arc::get_mut(&mut this) else { in try_pin_init()
123 let Some(slot) = Arc::get_mut(&mut this) else { in try_init()
/linux-6.15/rust/kernel/sync/lock/
H A Dglobal.rs174 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
175 self.value.get_mut() in get_mut()
/linux-6.15/rust/kernel/
H A Drevocable.rs178 if *p.is_available.get_mut() { in drop()
H A Drbtree.rs395 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { in get_mut() function
1215 pub fn get_mut(&mut self) -> &mut V { in get_mut() method