Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs189 pub struct BlockIter { struct
207 impl BlockIter { implementation
209 pub fn new(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new()
217 pub fn new_multiblock(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new_multiblock()
280 impl Iterator for BlockIter { implementation