Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Drwlock.rs306 let this = ManuallyDrop::new(this); in leak() localVariable
382 let this: ManuallyDrop<RwLockUpgradableGuard<'_, T>> = ManuallyDrop::new(this); in leak() localVariable
400 let this = ManuallyDrop::new(this); in leak() localVariable
Dspinlock.rs191 let this = ManuallyDrop::new(this); in leak() localVariable
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs360 let mut this = self.0.lock(); in add_file() localVariable
/DragonOS-0.1.8/kernel/src/filesystem/devfs/
Dmod.rs266 let mut this = self.0.lock(); in add_dev() localVariable