Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dpage.rs893 pub struct InactiveFlusher; struct
895 impl InactiveFlusher { impl
901 impl Flusher<MMArch> for InactiveFlusher { implementation
909 impl Drop for InactiveFlusher { implementation
Ducontext.rs33 page::{Flusher, InactiveFlusher, PageFlags, PageFlushAll},
340 inactive = InactiveFlusher::new(); in mmap()
419 inactive = InactiveFlusher::new(); in mprotect()