Home
last modified time | relevance | path

Searched defs:UserSlice (Results 1 – 3 of 3) 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.rs1448 pub(crate) fn write_read(self: &Arc<Self>, data: UserSlice, wait: bool) -> Result { in write_read()
H A Dprocess.rs1585 data: UserSlice, in ioctl_write_read()