Home
last modified time | relevance | path

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

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