Searched defs:into_raw (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/kernel/sync/ | ||
| H A D | aref.rs | 136 pub fn into_raw(me: Self) -> NonNull<T> { into_raw() method |
| /linux/rust/kernel/ | ||
| H A D | task.rs | 389 pub fn into_raw(self) -> bindings::kuid_t { in into_raw() method |
| /linux/rust/kernel/pci/ | ||
| H A D | io.rs | 43 pub const fn into_raw(self) -> usize { into_raw() method |
| /linux/rust/kernel/list/ | ||
| H A D | arc.rs | 349 pub fn into_raw(self) -> *const T { into_raw() function |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 203 pub fn into_raw(b: Self) -> *mut T { into_raw() function |