Home
last modified time | relevance | path

Searched refs:from_foreign (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/rust/kernel/
Dtypes.rs48 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self; in from_foreign() method
66 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method
82 unsafe fn from_foreign(_: *const core::ffi::c_void) -> Self {} in from_foreign() method
/linux-6.6.21/rust/kernel/sync/
Darc.rs253 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method