Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/
A Dtime.rs38 pub fn from_raw(inner: bindings::ktime_t) -> Self { in from_raw() method
A Dworkqueue.rs167 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw() method
A Dtypes.rs391 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
/linux/rust/kernel/sync/
A Darc.rs246 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
527 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
/linux/rust/kernel/list/
A Darc.rs360 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
/linux/rust/kernel/net/
A Dphy.rs86 unsafe fn from_raw<'a>(ptr: *mut bindings::phy_device) -> &'a mut Self { in from_raw() method

Completed in 18 milliseconds