Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/block/cache/
H A Dcached_block_device.rs13 static mut CSPACE: Option<LockedCacheSpace> = None; variable
32 match &mut CSPACE { in space()
44 CSPACE = Some(LockedCacheSpace::new(CacheSpace::new())); in init()