Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvirtio_balloon.h46 struct virtio_balloon_config { struct
48 __le32 num_pages;
50 __le32 actual;
56 union {
61 __le32 poison_val;
/external/crosvm/devices/src/virtio/
Dballoon.rs129 struct virtio_balloon_config { struct
130 num_pages: Le32,
131 actual: Le32,
132 free_page_hint_cmd_id: Le32,
133 poison_val: Le32,
135 wss_num_bins: Le32,
1164 fn get_config(&self) -> virtio_balloon_config { in get_config()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h65162 struct virtio_balloon_config { struct
65186 enum virtio_balloon_config_read { argument