Home
last modified time | relevance | path

Searched full:empty (Results 1 – 25 of 42) sorted by relevance

12

/cloud-hypervisor/vmm/src/api/
H A Dmod.rs265 Empty, enumerator
396 ApiResponsePayload::Empty => None, in get_response_body()
726 .map(|_| ApiResponsePayload::Empty); in request()
765 .map(|_| ApiResponsePayload::Empty); in request()
835 .map(|_| ApiResponsePayload::Empty); in request()
870 .map(|_| ApiResponsePayload::Empty); in request()
941 .map(|_| ApiResponsePayload::Empty); in request()
974 .map(|_| ApiResponsePayload::Empty); in request()
1007 .map(|_| ApiResponsePayload::Empty); in request()
1040 .map(|_| ApiResponsePayload::Empty); in request()
[all …]
/cloud-hypervisor/docs/
H A Dio_throttling.md24 the amount of tokens available. Once the token bucket is empty,
31 empty, it will stop I/O operations for a fixed amount of time
H A Dlive_migration.md81 On the receiver side, we prepare an empty VM:
141 On the receiver side, we prepare an empty VM:
H A Dwindows.md39 Create an empty image file, `raw` is supported.
/cloud-hypervisor/vm-migration/src/
H A Dlib.rs107 /// Leaves will typically have an empty snapshots map, while nodes usually
108 /// carry an empty snapshot_data.
113 /// would carry an empty snapshots map but a map of SnapshotData, i.e.
/cloud-hypervisor/vmm/src/
H A Dlandlock.rs50 "Access cannot be empty".to_string(), in try_from()
54 let mut access = BitFlags::<AccessFs>::empty(); in try_from()
H A Dacpi.rs762 // Only created if the NUMA nodes list is not empty. in create_acpi_tables()
867 // Only created if the NUMA nodes list is not empty. in create_acpi_tables_tdx()
H A Dserial_manager.rs276 [epoll::Event::new(epoll::Events::empty(), 0); EPOLL_EVENTS_LEN]; in start_thread()
/cloud-hypervisor/vmm/src/igvm/
H A Dloader.rs87 // some data or empty, empty does not mean there is no data, in import_pages()
H A Digvm_loader.rs184 // TODO: only 4k or empty page data supported right now in load_igvm()
/cloud-hypervisor/scripts/
H A Dpackage-consistency-check.py74 print("Error: Metadata is empty")
/cloud-hypervisor/virtio-devices/src/vsock/csm/
H A Dtxbuf.rs109 // It's safe to unwrap here, since we've already checked if the buffer was empty. in flush_to()
128 // needed, since checking for an empty buffer is the first thing we do in this in flush_to()
H A Dmod.rs119 /// Check if the set is empty.
H A Dconnection.rs294 "vsock: dropping empty data packet from guest (lp={}, pp={}", in send_pkt()
416 let mut evset = epoll::Events::empty(); in get_polled_evset()
604 // The TX buffer is empty, so we can try to write straight to the host stream. in send_bytes()
/cloud-hypervisor/virtio-devices/src/
H A Depoll_helper.rs172 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); EPOLL_EVENTS_LEN]; in run_with_timeout()
259 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); EPOLL_EVENTS_LEN]; in run_with_timeout()
H A Dconsole.rs197 * queue. One or more empty buffers are placed by the
199 * we place the input data to these empty buffers.
/cloud-hypervisor/serial_buffer/src/
H A Dlib.rs60 // If after flushing the buffer, it's still not empty, that means in write()
/cloud-hypervisor/tpm/src/
H A Dlib.rs127 // return an empty Buffer in ptm_to_request()
188 // return an empty Buffer in ptm_to_request()
/cloud-hypervisor/virtio-devices/src/vsock/unix/
H A Dmuxer_rxq.rs134 /// Check if the queue is empty.
H A Dmuxer_killq.rs128 /// Check if the kill queue is empty, obviously.
H A Dmuxer.rs146 // queue is empty, that doesn't necessarily mean we don't have any pending RX, since in recv_pkt()
310 let mut epoll_events = vec![epoll::Event::new(epoll::Events::empty(), 0); 32]; in notify()
629 epoll::Event::new(epoll::Events::empty(), 0), in remove_listener()
784 // returning an empty event set via `get_polled_fd()`), but now wants back in. in apply_conn_mutation()
1308 // The queue should now be empty, but out-of-sync, so the muxer should report it has some in test_muxer_rxq()
/cloud-hypervisor/fuzz/fuzz_targets/
H A Dnet.rs258 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); 3];
H A Dhttp_api.rs295 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); 2]; in http_receiver_stub()
/cloud-hypervisor/vm-device/src/
H A Dbus.rs124 /// Constructs an a bus with an empty address space.
/cloud-hypervisor/pci/src/
H A Dbus.rs60 /// Create an empty PCI root bridge.

12