Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dtypes.rs49 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self; in from_foreign() method
123 unsafe fn from_foreign(_: *mut crate::ffi::c_void) -> Self {} in from_foreign() method
/linux-6.14.4/rust/kernel/alloc/
Dkbox.rs363 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self { in from_foreign() function
395 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self { in from_foreign() function
/linux-6.14.4/rust/kernel/sync/
Darc.rs353 unsafe fn from_foreign(ptr: *mut crate::ffi::c_void) -> Self { in from_foreign() method