Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Ducontext.rs57 static LOCKEDVMA_ID_ALLOCATOR: IdAllocator = IdAllocator::new(0, usize::MAX); constant
1100 id: LOCKEDVMA_ID_ALLOCATOR.alloc().unwrap(), in new()
1319 LOCKEDVMA_ID_ALLOCATOR.free(self.id); in drop()