Home
last modified time | relevance | path

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

/rust/pin-init/examples/
A Dlinked_list.rs26 next: Link, field
62 pub fn next(&self) -> Option<NonNull<Self>> { in next() method
112 fn next(&self) -> &Link { in next() method
/rust/kernel/
A Dlist.rs241 next: *mut ListLinksFields, field
659 fn next(&mut self) -> Option<ArcBorrow<'a, T>> { in next() method
828 next: *mut ListLinksFields, field
836 let mut next = self.next; in prev_ptr() variables
898 let mut next = unsafe { (*self.next).next }; in move_next() variables
1063 fn next(&mut self) -> Option<ListArc<T, ID>> { in next() method
A Drbtree.rs490 let mut next = unsafe { bindings::rb_first_postorder(&self.root) }; in drop() variables
959 fn next(&mut self) -> Option<Self::Item> { in next() method
994 fn next(&mut self) -> Option<Self::Item> { in next() method
1007 next: *mut bindings::rb_node, field
1014 fn next(&mut self) -> Option<Self::Item> { in next() method
/rust/kernel/alloc/
A Dkvec.rs1156 fn next(&mut self) -> Option<T> { in next() function
1275 fn next(&mut self) -> Option<T> { in next() method

Completed in 12 milliseconds