Home
last modified time | relevance | path

Searched defs:remove_next (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/binder/range_alloc/
H A Dtree.rs269 let remove_next = match cursor.peek_next() { in reservation_abort() localVariable
/linux/rust/kernel/
H A Dlist.rs1088 pub fn remove_next(&mut self) -> Option<ListArc<T, ID>> { in remove_next() method
H A Drbtree.rs944 pub fn remove_next(&mut self) -> Option<RBTreeNode<K, V>> { in remove_next() method
/linux/mm/
H A Dvma.c1120 bool remove_next = false; in vma_expand() local