Home
last modified time | relevance | path

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

/DragonOS/tools/debugging/logmonitor/src/
H A Dapp.rs116 pub fn next(&mut self) { in next() method
166 fn next(&mut self) -> Option<u64> { in next() method
185 pub fn next(&mut self) { in next() method
H A Devent.rs76 pub fn next(&self) -> AppResult<Event> { in next() method
/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs205 fn next(&mut self) -> &mut Rawlink<Self> in next() method
277 next: Rawlink<ObjectPage<'a>>, field
309 fn next(&mut self) -> &mut Rawlink<Self> { in next() method
458 fn next(&mut self) -> Option<&'a mut P> { in next() method
/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs49 pub fn next(&self) -> Self { in next() method
79 fn next(&mut self) -> Option<Self::Item> { in next() method
120 pub fn next(&self) -> Self { in next() method
160 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/libs/
H A Drbtree.rs178 fn next(self) -> NodePtr<K, V> { in next() method
495 fn next(&mut self) -> Option<&'a K> { in next() method
540 fn next(&mut self) -> Option<&'a V> { in next() method
588 fn next(&mut self) -> Option<&'a mut V> { in next() method
616 fn next(&mut self) -> Option<(K, V)> { in next() method
625 let next = self.head.next(); in next() localVariable
699 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
771 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1055 let next = match k.cmp(&(*temp.0).key) { in find_node() localVariable
H A Dcpumask.rs135 fn next(&mut self) -> Option<ProcessorId> { in next() method
/DragonOS/kernel/src/driver/block/cache/
H A Dcache_iter.rs65 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/driver/firmware/efi/
H A Dmemmap.rs73 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/filesystem/
H A Dmbr.rs175 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Drender_helper.rs138 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/driver/pci/
H A Droot.rs323 fn next(&mut self) -> Option<Self::Item> { in next() method
H A Dpci.rs1442 fn next(&mut self) -> Option<Self::Item> { in next() method
1490 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs473 fn next(&mut self) -> Option<Self::Item> { in next() method
546 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs81 next: *const RobustList, field
/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs650 next: VirtAddr, field
850 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/mm/
H A Dmemblock.rs496 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1609 fn next(&mut self) -> Option<Self::Item> { in next() method
2274 fn next(&mut self) -> Option<Self::Item> { in next() method
2357 fn next(&mut self) -> Option<Self::Item> { in next() method
H A Dfs.rs1894 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/sched/
H A Dfair.rs335 next: Weak<FairSchedEntity>, field
445 pub fn next(&self) -> Option<Arc<FairSchedEntity>> { in next() method
H A Dmod.rs886 let next = rq.pick_next_task(prev.clone()); in __schedule() localVariable
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs172 fn next(&mut self) -> Option<<Self as Iterator>::Item> { in next() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs791 fn next(&mut self) -> Option<Self::Item> { in next() method