Home
last modified time | relevance | path

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

/rust/kernel/mm/
A Dmmput_async.rs27 pub struct MmWithUserAsync { struct
32 unsafe impl Send for MmWithUserAsync {} argument
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()

Completed in 3 milliseconds