Searched defs:from_ptr (Results 1 – 5 of 5) sorted by relevance
36 pub unsafe fn from_ptr<'a>(ptr: *const bindings::pid_namespace) -> &'a Self { in from_ptr() method
221 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() method
34 pub fn from_ptr(addr: *mut c_void) -> Self { in from_ptr() method
207 pub unsafe fn from_ptr<'a>(ptr: *mut T) -> &'a Self in from_ptr() method
155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local