Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/process/
Dprocess.h54 #define switch_to(prev, next) … argument
Dprocess.c109 void __switch_to(struct process_control_block *prev, struct process_control_block *next) in __switch_to()
/DragonOS-0.1.8/kernel/src/mm/allocator/
Dpage_frame.rs37 pub fn next(&self) -> Self { in next() method
67 fn next(&mut self) -> Option<Self::Item> { in next() method
101 pub fn next(&self) -> Self { in next() method
141 fn next(&mut self) -> Option<Self::Item> { in next() method
Dslab.rs114 next: Option<&'static mut FreeBlock>, field
/DragonOS-0.1.8/kernel/src/sched/
Dcore.rs81 let next: &'static mut process_control_block; in do_sched() localVariable
/DragonOS-0.1.8/kernel/src/libs/
Drbtree.rs178 fn next(self) -> NodePtr<K, V> { in next() method
499 fn next(&mut self) -> Option<&'a K> { in next() method
544 fn next(&mut self) -> Option<&'a V> { in next() method
592 fn next(&mut self) -> Option<&'a mut V> { in next() method
620 fn next(&mut self) -> Option<(K, V)> { in next() method
629 let next = self.head.next(); in next() localVariable
703 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
779 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1067 let next = match k.cmp(&(*temp.0).key) { in find_node() localVariable
/DragonOS-0.1.8/user/libs/libc/src/
Dmalloc.c34 struct malloc_mem_chunk_t *next; // 下一个结点的指针 member
/DragonOS-0.1.8/kernel/src/common/
Dlist.h10 struct List *prev, *next; member
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
DVFS.h117 struct vfs_filesystem_type_t *next; member
/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs283 fn next(&mut self) -> Option<<Self as Iterator>::Item> { in next() method
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1566 fn next(&mut self) -> Option<Self::Item> { in next() method
2236 fn next(&mut self) -> Option<Self::Item> { in next() method
2319 fn next(&mut self) -> Option<Self::Item> { in next() method
Dfs.rs1694 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs1506 fn next(&mut self) -> Option<Self::Item> { in next() method
1554 fn next(&mut self) -> Option<Self::Item> { in next() method