Searched defs:node (Results 1 – 2 of 2) sorted by relevance
5 void rust_helper_rb_link_node(struct rb_node *node, struct rb_node *parent, in rust_helper_rb_link_node()
332 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry() localVariable376 let mut node = self.root.rb_node; in get() localVariable422 let mut node = self.root.rb_node; in cursor_lower_bound() localVariable766 let node = unsafe { KBox::from_raw(this) }; in remove_current() localVariable767 let node = RBTreeNode { node }; in remove_current() localVariable811 let node = unsafe { KBox::from_raw(this) }; in remove_neighbor() localVariable1040 node: KBox<MaybeUninit<Node<K, V>>>, field1065 let node = KBox::write( in into_node() localVariable1082 node: KBox<Node<K, V>>, field1094 let node = KBox::into_inner(self.node); in to_key_value() localVariable[all …]