Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dpid_namespace.rs39 pub unsafe fn from_ptr<'a>(ptr: *const bindings::pid_namespace) -> &'a Self { in from_ptr() method
Dcred.rs50 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr() method
Dlib.rs153 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() method
/linux-6.14.4/rust/kernel/sync/
Dpoll.rs51 pub unsafe fn from_ptr<'a>(ptr: *mut bindings::poll_table) -> &'a mut PollTable { in from_ptr() method
/linux-6.14.4/arch/um/kernel/skas/
Duaccess.c155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local