Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dmmput_async.rs27 pub struct MmWithUserAsync { struct
32 unsafe impl Send for MmWithUserAsync {} implementation
34 unsafe impl Sync for MmWithUserAsync {} implementation
37 unsafe impl AlwaysRefCounted for MmWithUserAsync { implementation
52 impl Deref for MmWithUserAsync { implementation
64 pub fn into_mmput_async(me: ARef<MmWithUser>) -> ARef<MmWithUserAsync> { in into_mmput_async() argument
/linux/rust/kernel/
H A Dmm.rs25 pub use mmput_async::MmWithUserAsync;