Searched defs:xen_sysctl_availheap (Results 1 – 1 of 1) sorted by relevance
193 struct xen_sysctl_availheap { struct195 uint32_t min_bitwidth; /* Smallest address width (zero if don't care). */196 uint32_t max_bitwidth; /* Largest address width (zero if don't care). */197 int32_t node; /* NUMA node of interest (-1 for all nodes). */199 uint64_aligned_t avail_bytes;/* Bytes available in the specified region. */
Completed in 10 milliseconds