Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ size
Method
size
vm-virtio/src/queue.rs:213–215 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
211
}
212
213
fn size(&self) -> u16 {
214
self.dtable.len() as u16
215
}
216
217
pub fn dtable_start(&self) -> GuestAddress {
218
self.dtable.first().unwrap().start()
Callers
15
clone_queue
Function · 0.45
create_queue
Method · 0.45
add_pci_device
Method · 0.45
eject_device
Method · 0.45
create_ram_region_raw
Method · 0.45
discard_memory_range
Method · 0.45
activate_vdpa
Method · 0.45
new
Method · 0.45
process_queue_submit
Method · 0.45
activate
Method · 0.45
state
Method · 0.45
allocate_bars
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected