Lines Matching refs:KBox
499 unsafe { drop(KBox::from_raw(this.cast_mut())) }; in drop()
766 let node = unsafe { KBox::from_raw(this) }; in remove_current()
811 let node = unsafe { KBox::from_raw(this) }; in remove_neighbor()
1040 node: KBox<MaybeUninit<Node<K, V>>>,
1048 node: KBox::new_uninit(flags)?, in new()
1065 let node = KBox::write( in into_node()
1082 node: KBox<Node<K, V>>,
1094 let node = KBox::into_inner(self.node); in to_key_value()
1118 node: KBox::drop_contents(self.node), in into_reservation()
1169 let node = KBox::into_raw(node.node); in insert()
1243 KBox::from_raw(container_of!(self.node_links, Node<K, V>, links).cast_mut()) in remove_node()
1251 let node = KBox::into_inner(rb_node.node); in remove()
1260 let node = KBox::into_raw(node.node); in replace()
1276 unsafe { KBox::from_raw(container_of!(self.node_links, Node<K, V>, links).cast_mut()) }; in replace()