Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs49 pub unsafe fn from_raw<'a>(vma: *const bindings::vm_area_struct) -> &'a Self { in from_raw() method
185 pub unsafe fn from_raw<'a>(vma: *const bindings::vm_area_struct) -> &'a Self { in from_raw() method
233 pub unsafe fn from_raw<'a>(vma: *mut bindings::vm_area_struct) -> &'a Self { in from_raw() method
/linux/rust/kernel/
H A Dmm.rs173 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a Mm { from_raw() method
203 pub unsafe fn from_raw<'a>(ptr: *const bindings::mm_struct) -> &'a MmWithUser { from_raw() method
H A Dtask.rs365 pub fn from_raw(kuid: bindings::kuid_t) -> Self { in from_raw() method
H A Dworkqueue.rs170 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw() method
H A Dtypes.rs493 pub unsafe fn from_raw(ptr: NonNull<T>) -> Self { in from_raw() method
H A Dcpufreq.rs235 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_frequency_table) -> &'a Self { in from_raw() method
425 pub unsafe fn from_raw<'a>(ptr: *const bindings::cpufreq_policy) -> &'a Self { in from_raw() method
/linux/rust/kernel/sync/
H A Darc.rs285 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
583 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method
/linux/rust/kernel/list/
H A Darc.rs361 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() function
/linux/rust/kernel/alloc/
H A Dkbox.rs176 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
/linux/rust/kernel/net/
H A Dphy.rs86 unsafe fn from_raw<'a>(ptr: *mut bindings::phy_device) -> &'a mut Self { in from_raw() method
[all...]