Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/src/memory/
Dshared.rs50 static SHARED_POOL: OnceBox<LockedFrameAllocator<32>> = OnceBox::new(); constant
272 SHARED_POOL in init_dynamic_shared_pool()
293 SHARED_POOL in init_static_shared_pool()
460 let mut shared_pool = SHARED_POOL.get().unwrap().lock(); in try_shared_alloc()
485 SHARED_POOL.get().unwrap().lock().dealloc_aligned(vaddr.as_ptr() as usize, layout); in dealloc_shared()