Searched refs:remove_next (Results 1 – 4 of 4) sorted by relevance
269 let remove_next = match cursor.peek_next() { in reservation_abort() localVariable281 if remove_next { in reservation_abort()284 cursor.remove_next(); in reservation_abort()
1156 bool remove_next = false; in vma_expand() local1164 remove_next = true; in vma_expand()1169 VM_WARN_ON_VMG(remove_next && !can_merge_remove_vma(next), vmg); in vma_expand()1171 VM_WARN_ON_VMG(next && !remove_next && in vma_expand()1179 if (remove_next) in vma_expand()1189 if (remove_next) in vma_expand()1196 if (remove_next) { in vma_expand()
1088 pub fn remove_next(&mut self) -> Option<ListArc<T, ID>> { in remove_next() method
944 pub fn remove_next(&mut self) -> Option<RBTreeNode<K, V>> { in remove_next() method