Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dpage.rs381 pub fn can_deallocate(&self) -> bool { in can_deallocate() method
H A Ducontext.rs1173 if page.read_irqsave().can_deallocate() { in unmap()