Home
last modified time | relevance | path

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

/rust/kernel/
Dtypes.rs50 unsafe fn from_foreign(ptr: *const crate::ffi::c_void) -> Self; in from_foreign() method
81 unsafe fn from_foreign(_: *const crate::ffi::c_void) -> Self {} in from_foreign() method
/rust/kernel/alloc/
Dkbox.rs400 unsafe fn from_foreign(ptr: *const crate::ffi::c_void) -> Self { in from_foreign() function
424 unsafe fn from_foreign(ptr: *const crate::ffi::c_void) -> Self { in from_foreign() function
/rust/kernel/sync/
Darc.rs352 unsafe fn from_foreign(ptr: *const crate::ffi::c_void) -> Self { in from_foreign() method