Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dvma.c1080 bool remove_next = false; in vma_expand() local
1090 remove_next = true; in vma_expand()
1104 VM_WARN_ON_VMG(next && !remove_next && in vma_expand()
1111 if (remove_next) in vma_expand()
/linux-6.15/rust/kernel/
H A Dlist.rs859 pub fn remove_next(&mut self) -> Option<ListArc<T, ID>> { in remove_next() method
H A Drbtree.rs797 pub fn remove_next(&mut self) -> Option<RBTreeNode<K, V>> { in remove_next() method