Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dpid_namespace.rs36 pub unsafe fn from_ptr<'a>(ptr: *const bindings::pid_namespace) -> &'a Self { in from_ptr() method
H A Dcred.rs47 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr() method
H A Duaccess.rs33 pub fn from_ptr(addr: *mut c_void) -> Self { in from_ptr() method
H A Dlib.rs209 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() method
/linux/rust/kernel/sync/
H A Datomic.rs205 pub unsafe fn from_ptr<'a>(ptr: *mut T) -> &'a Self in from_ptr() method
/linux/arch/um/kernel/skas/
H A Duaccess.c155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local