Lines Matching full:memory
35 #define VIRTIO_BALLOON_F_STATS_VQ 1 /* Memory Stats virtqueue */
64 #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */
65 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */
68 #define VIRTIO_BALLOON_S_MEMFREE 4 /* Total amount of free memory */
69 #define VIRTIO_BALLOON_S_MEMTOT 5 /* Total amount of memory */
70 #define VIRTIO_BALLOON_S_AVAIL 6 /* Available memory as in /proc */
75 #define VIRTIO_BALLOON_S_ALLOC_STALL 11 /* Stall count of memory allocatoin */
76 #define VIRTIO_BALLOON_S_ASYNC_SCAN 12 /* Amount of memory scanned asynchronously */
77 #define VIRTIO_BALLOON_S_DIRECT_SCAN 13 /* Amount of memory scanned directly */
78 #define VIRTIO_BALLOON_S_ASYNC_RECLAIM 14 /* Amount of memory reclaimed asynchronously */
79 #define VIRTIO_BALLOON_S_DIRECT_RECLAIM 15 /* Amount of memory reclaimed directly */
87 VIRTIO_BALLOON_S_NAMES_prefix "free-memory", \
88 VIRTIO_BALLOON_S_NAMES_prefix "total-memory", \
89 VIRTIO_BALLOON_S_NAMES_prefix "available-memory", \
104 * Memory statistics structure.