Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dseq_file.rs24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw() method
Dtime.rs38 pub fn from_raw(inner: bindings::ktime_t) -> Self { in from_raw() method
Dio.rs176 pub unsafe fn from_raw(raw: &IoRaw<SIZE>) -> &Self { in from_raw() method
Dtask.rs352 pub fn from_raw(kuid: bindings::kuid_t) -> Self { in from_raw() method
Dworkqueue.rs170 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw() method
Dtypes.rs464 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
/linux-6.14.4/rust/kernel/sync/
Darc.rs255 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
551 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
Dlock.rs156 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { in from_raw() method
/linux-6.14.4/rust/kernel/list/
Darc.rs361 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
/linux-6.14.4/rust/kernel/alloc/
Dkbox.rs133 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
/linux-6.14.4/rust/kernel/net/
Dphy.rs86 unsafe fn from_raw<'a>(ptr: *mut bindings::phy_device) -> &'a mut Self { in from_raw() method