Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/block/cache/
H A Dcached_block_device.rs14 static mut CMAPPER: Option<LockedCacheMapper> = None; variable
22 match &mut CMAPPER { in mapper()
45 CMAPPER = Some(LockedCacheMapper::new(CacheMapper::new())); in init()