Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dmmput_async.rs64 pub fn into_mmput_async(me: ARef<MmWithUser>) -> ARef<MmWithUserAsync> { in into_mmput_async() method
/linux/drivers/android/binder/
H A Dpage_range.rs402 MmWithUser::into_mmput_async(self.mm.mmget_not_zero().ok_or(ESRCH)?) in use_page_slow()
678 Some(mm) => MmWithUser::into_mmput_async(mm), in rust_shrink_free_page()