Searched defs:next (Results 1 – 11 of 11) sorted by relevance
54 #define switch_to(prev, next) … argument
106 void __switch_to(struct process_control_block *prev, struct process_control_block *next) in __switch_to()
52 struct vm_area_struct *next = NULL; in __vma_link_list() local79 struct vm_area_struct *prev, *next; in __vma_unlink_list() local
83 let next: &'static mut process_control_block; in __sched() localVariable
34 struct malloc_mem_chunk_t *next; // 下一个结点的指针 member
10 struct List *prev, *next; member
117 struct vfs_filesystem_type_t *next; member
462 fn next(&mut self) -> Option<Self::Item> { in next() method
273 fn next(&mut self) -> Option<<Self as Iterator>::Item> { in next() method
1538 fn next(&mut self) -> Option<Self::Item> { in next() method2208 fn next(&mut self) -> Option<Self::Item> { in next() method2291 fn next(&mut self) -> Option<Self::Item> { in next() method
1648 fn next(&mut self) -> Option<Self::Item> { in next() method