Home
last modified time | relevance | path

Searched defs:this (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/libs/
H A Drwlock.rs406 let this = ManuallyDrop::new(this); in leak() localVariable
484 let this: ManuallyDrop<RwLockUpgradableGuard<'_, T>> = ManuallyDrop::new(this); in leak() localVariable
502 let this = ManuallyDrop::new(this); in leak() localVariable
H A Dspinlock.rs46 let this = ManuallyDrop::new(this); in leak() localVariable
/DragonOS/kernel/src/mm/
H A Dmemblock.rs203 let this = &mut inner.initial_memory_regions[i as usize]; in do_merge_blocks() localVariable
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs320 let mut this = self.0.lock(); in add_dev() localVariable