Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/block/cache/
H A Dcached_block_device.rs44 CSPACE = Some(LockedCacheSpace::new(CacheSpace::new())); in init()
195 struct LockedCacheSpace(RwLock<CacheSpace>);
198 pub fn new(space: CacheSpace) -> Self { in new()
222 struct CacheSpace { struct
229 impl CacheSpace { argument