Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/
H A Dcpu.rs116 inner: RwLock<InnerCpuSubSystemFakeRootDevice>,
123 inner: RwLock::new(InnerCpuSubSystemFakeRootDevice::new()), in new()
130 struct InnerCpuSubSystemFakeRootDevice { struct
136 impl InnerCpuSubSystemFakeRootDevice { argument