Home
last modified time | relevance | path

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

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