Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/libs/
Dlock_free_flags.rs22 pub fn get_mut(&self) -> &mut T { in get_mut() method
Dlazy_init.rs104 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
Dvec_cursor.rs36 pub fn get_mut(&mut self) -> &mut Vec<u8> { in get_mut() method
Drwlock.rs372 pub unsafe fn get_mut(&mut self) -> &mut T { in get_mut() method
Drbtree.rs1175 pub fn get_mut(&mut self, k: &K) -> Option<&mut V> { in get_mut() method
/DragonOS-0.1.9/kernel/src/mm/
Dpercpu.rs83 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
/DragonOS-0.1.9/tools/debugging/logmonitor/src/backend/monitor/
Dlogset.rs72 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { in get_mut() method