Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ next
Method
next
vmm/src/device_tree.rs:139–145 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
137
type Item = &'a DeviceNode;
138
139
fn next(&mut self) -> Option<Self::Item> {
140
if self.nodes.is_empty() {
141
None
142
} else {
143
Some(self.nodes.remove(0))
144
}
145
}
146
}
147
148
impl DoubleEndedIterator for BftIter<'_> {
Callers
15
create_memory_node
Function · 0.45
create_memory_node
Function · 0.45
generate_ram_ranges
Function · 0.45
fmt
Method · 0.45
parse_format
Function · 0.45
verify_sparse_file
Function · 0.45
_test_virtio_block_discard_with_backend
Function · 0.45
_test_virtio_block_fstrim_with_backend
Function · 0.45
test_virtio_block_sparse_off_raw
Function · 0.45
largest_nvidia_prefetchable_memory_bar
Function · 0.45
_test_ivshmem
Function · 0.45
process_desc_chain
Method · 0.45
Calls
2
is_empty
Method · 0.45
remove
Method · 0.45
Tested by
12
verify_sparse_file
Function · 0.36
_test_virtio_block_discard_with_backend
Function · 0.36
_test_virtio_block_fstrim_with_backend
Function · 0.36
test_virtio_block_sparse_off_raw
Function · 0.36
largest_nvidia_prefetchable_memory_bar
Function · 0.36
_test_ivshmem
Function · 0.36
test_write
Function · 0.36
test_tx_packet_assembly
Function · 0.36
test_tx_packet_assembly_multi_desc
Function · 0.36
test_rx_packet_assembly
Function · 0.36
test_packet_hdr_accessors
Function · 0.36
test_packet_buf
Function · 0.36