Searched refs:remove_current (Results 1 – 3 of 3) sorted by relevance
298 cursor.remove_current(); in reservation_abort()
918 pub fn remove_current(self) -> (Option<Self>, RBTreeNode<K, V>) { in remove_current() method
1360 lock.nodes.cursor_front_mut().map(|c| c.remove_current().1) in deferred_release()