Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dlock_free_flags.rs23 pub fn get_mut(&self) -> &mut T { in get_mut() method
H A Dlazy_init.rs104 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
H A Dvec_cursor.rs36 pub fn get_mut(&mut self) -> &mut Vec<u8> { in get_mut() method
H A Drwlock.rs371 pub unsafe fn get_mut(&mut self) -> &mut T { in get_mut() method
H A Drbtree.rs1160 pub fn get_mut(&mut self, k: &K) -> Option<&mut V> { in get_mut() method
/DragonOS/kernel/src/mm/
H A Dpercpu.rs92 pub fn get_mut(&self) -> &mut T { in get_mut() method
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dlogset.rs72 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { in get_mut() method
/DragonOS/kernel/src/ipc/
H A Dshm.rs200 pub fn get_mut(&mut self, id: &ShmId) -> Option<&mut KernelShm> { in get_mut() method