Home
last modified time | relevance | path

Searched refs:from_ptr (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/um/kernel/skas/
H A Duaccess.c155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local
158 *from_ptr += len; in copy_chunk_to_user()
/linux-6.15/rust/kernel/
H A Dpid_namespace.rs39 pub unsafe fn from_ptr<'a>(ptr: *const bindings::pid_namespace) -> &'a Self { in from_ptr() method
H A Dcred.rs51 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr() method
H A Dlib.rs156 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() method
H A Dtask.rs247 task: unsafe { PidNamespace::from_ptr(pidns) }, in current_pid_ns()
/linux-6.15/rust/kernel/sync/
H A Dpoll.rs51 pub unsafe fn from_ptr<'a>(ptr: *mut bindings::poll_table) -> &'a mut PollTable { in from_ptr() method
/linux-6.15/rust/kernel/fs/
H A Dfile.rs321 unsafe { Credential::from_ptr(ptr) } in cred()