Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Daref.rs118 pub fn into_raw(me: Self) -> NonNull<T> { into_raw() method
H A Darc.rs263 pub fn into_raw(self) -> *const T { in into_raw() method
[all...]
/linux/rust/kernel/
H A Dtask.rs380 pub fn into_raw(self) -> bindings::kuid_t { into_raw() method
H A Dmiscdevice.rs33 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw() method
/linux/rust/kernel/list/
H A Darc.rs349 pub fn into_raw(self) -> *const T { in into_raw() function
/linux/rust/kernel/alloc/
H A Dkbox.rs203 pub fn into_raw(b: Self) -> *mut T { in into_raw() function