Searched defs:ShrinkablePageRange (Results 1 – 1 of 1) sorted by relevance
126 pub(crate) struct ShrinkablePageRange { struct128 shrinker: &'static Shrinker,130 pid: Pid,132 mm: ARef<Mm>,135 mm_lock: Mutex<()>,138 lock: SpinLock<Inner>,142 _pin: PhantomPinned,245 impl ShrinkablePageRange { implementation289 let self_ptr = self as *const ShrinkablePageRange; in register_with_vma() constant580 impl PinnedDrop for ShrinkablePageRange { implementation