Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | virtio_balloon_config |
struct | virtio_balloon_stat |
Macros | |
#define | VIRTIO_BALLOON_F_MUST_TELL_HOST 0 /* Tell before reclaiming pages */ |
#define | VIRTIO_BALLOON_F_STATS_VQ 1 /* Memory Stats virtqueue */ |
#define | VIRTIO_BALLOON_PFN_SHIFT 12 |
#define | VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ |
#define | VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */ |
#define | VIRTIO_BALLOON_S_MAJFLT 2 /* Number of major faults */ |
#define | VIRTIO_BALLOON_S_MINFLT 3 /* Number of minor faults */ |
#define | VIRTIO_BALLOON_S_MEMFREE 4 /* Total amount of free memory */ |
#define | VIRTIO_BALLOON_S_MEMTOT 5 /* Total amount of memory */ |
#define | VIRTIO_BALLOON_S_NR 6 |
Functions | |
struct virtio_balloon_stat | __attribute__ ((packed)) |
Variables | |
struct virtio_balloon_config | __attribute__ |
u16 | tag |
u64 | val |
#define VIRTIO_BALLOON_F_MUST_TELL_HOST 0 /* Tell before reclaiming pages */ |
Definition at line 32 of file virtio_balloon.h.
Definition at line 33 of file virtio_balloon.h.
#define VIRTIO_BALLOON_PFN_SHIFT 12 |
Definition at line 36 of file virtio_balloon.h.
#define VIRTIO_BALLOON_S_MAJFLT 2 /* Number of major faults */ |
Definition at line 48 of file virtio_balloon.h.
Definition at line 50 of file virtio_balloon.h.
#define VIRTIO_BALLOON_S_MEMTOT 5 /* Total amount of memory */ |
Definition at line 51 of file virtio_balloon.h.
#define VIRTIO_BALLOON_S_MINFLT 3 /* Number of minor faults */ |
Definition at line 49 of file virtio_balloon.h.
#define VIRTIO_BALLOON_S_NR 6 |
Definition at line 52 of file virtio_balloon.h.
Definition at line 46 of file virtio_balloon.h.
Definition at line 47 of file virtio_balloon.h.
|
read |
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.
Definition at line 58 of file virtio_balloon.h.
u64 val |
Definition at line 59 of file virtio_balloon.h.