Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/
Drbtree.rs752 unsafe { Self::to_key_value_mut(self.current) } in current_mut()
871 unsafe { Self::to_key_value_mut(neighbor) } in peek_mut()
900 unsafe fn to_key_value_mut<'b>(node: NonNull<bindings::rb_node>) -> (&'b K, &'b mut V) { in to_key_value_mut() method