Home
last modified time | relevance | path

Searched refs:hugetlb_allocations (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/libcrosvm_control/src/
Dlib.rs291 hugetlb_allocations: i64, field
308 hugetlb_allocations: convert(other.hugetlb_allocations), in from()
/external/crosvm/vm_control/src/
Dlib.rs126 pub hugetlb_allocations: Option<u64>, field
157 if let Some(hugetlb_allocations) = self.hugetlb_allocations { in fmt()
158 write!(f, "\n hugetlb_allocations: {}", hugetlb_allocations)?; in fmt()
/external/crosvm/devices/src/virtio/
Dballoon.rs105 VIRTIO_BALLOON_S_HTLB_PGALLOC => stats.hugetlb_allocations = val, in update_stats()