Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Duaccess.rs147 pub struct UserSlice { struct
152 impl UserSlice { implementation
/linux/drivers/android/binder/
H A Dthread.rs1477 pub(crate) fn write_read(self: &Arc<Self>, data: UserSlice, wait: bool) -> Result { in write_read()