Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs63 unsafe fn from_foreign(ptr: *mut c_void) -> Self; in from_foreign() method
140 unsafe fn from_foreign(_: *mut c_void) -> Self {} in from_foreign() method
/linux/rust/kernel/alloc/
H A Dkbox.rs500 unsafe fn from_foreign(ptr: *mut c_void) -> Self { in from_foreign() function
535 unsafe fn from_foreign(ptr: *mut c_void) -> Self { in from_foreign() function
/linux/rust/kernel/sync/
H A Darc.rs382 unsafe fn from_foreign(ptr: *mut c_void) -> Self { in from_foreign() method