Home
last modified time | relevance | path

Searched defs:next (Results 1 – 21 of 21) 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/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/crates/rust-slabmalloc/src/
H A Dpages.rs205 fn next(&mut self) -> &mut Rawlink<Self> in next() method
291 next: Rawlink<ObjectPage<'a>>, field
323 fn next(&mut self) -> &mut Rawlink<Self> { in next() method
472 fn next(&mut self) -> Option<&'a mut P> { in next() method
/DragonOS/kernel/src/libs/
H A Drbtree.rs178 fn next(self) -> NodePtr<K, V> { in next() method
494 fn next(&mut self) -> Option<&'a K> { in next() method
539 fn next(&mut self) -> Option<&'a V> { in next() method
587 fn next(&mut self) -> Option<&'a mut V> { in next() method
615 fn next(&mut self) -> Option<(K, V)> { in next() method
624 let next = self.head.next(); in next() localVariable
698 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
770 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1054 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/pci/
H A Droot.rs323 fn next(&mut self) -> Option<Self::Item> { in next() method
H A Dpci.rs1431 fn next(&mut self) -> Option<Self::Item> { in next() method
1479 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/driver/video/fbdev/base/
H A Drender_helper.rs142 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.rs1607 fn next(&mut self) -> Option<Self::Item> { in next() method
2272 fn next(&mut self) -> Option<Self::Item> { in next() method
2355 fn next(&mut self) -> Option<Self::Item> { in next() method
H A Dfs.rs1896 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/filesystem/vfs/
H A Dfile.rs806 fn next(&mut self) -> Option<Self::Item> { in next() method
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs172 fn next(&mut self) -> Option<<Self as Iterator>::Item> { in next() method