Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dtask.rs358 pub fn into_raw(self) -> bindings::kuid_t { in into_raw() method
Dmiscdevice.rs33 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw() method
Dtypes.rs500 pub fn into_raw(me: Self) -> NonNull<T> { in into_raw() method
/linux-6.14.4/rust/kernel/list/
Darc.rs349 pub fn into_raw(self) -> *const T { in into_raw() function
/linux-6.14.4/rust/kernel/alloc/
Dkbox.rs157 pub fn into_raw(b: Self) -> *mut T { in into_raw() function
/linux-6.14.4/rust/kernel/sync/
Darc.rs242 pub fn into_raw(self) -> *const T { in into_raw() method