Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dmmio_buddy.rs30 static mut __MMIO_POOL: Option<MmioBuddyMemPool> = None; variable
33 unsafe { __MMIO_POOL.as_mut().unwrap() } in mmio_pool()
621 __MMIO_POOL = Some(MmioBuddyMemPool::new()); in mmio_init()