Searched refs:Node (Results 1 – 2 of 2) sorted by relevance
| /rust/kernel/ |
| A D | rbtree.rs | 173 _p: PhantomData<Node<K, V>>, 338 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry() 386 let this = unsafe { container_of!(node, Node<K, V>, links) }; in get() 429 let mut best_match: Option<NonNull<Node<K, V>>> = None; in cursor_lower_bound() 433 let this = unsafe { container_of!(node, Node<K, V>, links) }; in cursor_lower_bound() 495 let this = unsafe { container_of!(next, Node<K, V>, links) }; in drop() 1021 let cur = unsafe { container_of!(self.next, Node<K, V>, links) }; in next() 1037 node: KBox<MaybeUninit<Node<K, V>>>, 1064 Node { in into_node() 1079 node: KBox<Node<K, V>>, [all …]
|
| /rust/kernel/device/ |
| A D | property.rs | 375 enum Node<'a> { enum 390 Node::Borrowed(self) in fmt() 402 Node::Owned(unsafe { FwNode::from_raw(ptr) }) in fmt() 406 Node::Borrowed(f) => f, in fmt() 407 Node::Owned(f) => f, in fmt()
|
Completed in 8 milliseconds