Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dpage.rs1702 pub struct InactiveFlusher; struct
1704 impl InactiveFlusher { implementation
1710 impl Flusher<MMArch> for InactiveFlusher { implementation
1718 impl Drop for InactiveFlusher { implementation
H A Ducontext.rs38 page::{EntryFlags, Flusher, InactiveFlusher, Page, PageFlushAll},
478 inactive = InactiveFlusher::new(); in mmap()
627 inactive = InactiveFlusher::new(); in mprotect()
688 inactive = InactiveFlusher::new(); in madvise()