Home
last modified time | relevance | path

Searched refs:into_raw (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/
H A Dtypes.rs78 Box::into_raw(self) as _ in into_foreign()
101 Box::into_raw(unsafe { Pin::into_inner_unchecked(self) }) as _ in into_foreign()
425 pub fn into_raw(me: Self) -> NonNull<T> { in into_raw() method
H A Dworkqueue.rs552 let ptr = Arc::into_raw(self).cast_mut(); in __enqueue()
601 let ptr = Box::into_raw(boxed); in __enqueue()
H A Dlist.rs250 let raw_item = ListArc::into_raw(item); in push_back()
289 let raw_item = ListArc::into_raw(item); in push_front()
H A Drbtree.rs1164 let node = Box::into_raw(node.node); in insert()
1252 let node = Box::into_raw(node.node); in replace()
/linux/rust/kernel/alloc/
H A Dbox_ext.rs78 let ptr = Box::into_raw(this); in drop_contents()
/linux/rust/kernel/list/
H A Darc.rs348 pub fn into_raw(self) -> *const T { in into_raw() function
349 Arc::into_raw(Self::transmute_to_arc(self)) in into_raw()
/linux/rust/kernel/sync/
H A Darc.rs233 pub fn into_raw(self) -> *const T { in into_raw() method