Displaying 4 results from an estimated 4 matches for "last_scan_page_array".
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...eleased. */
+ struct completion acked;
+
+ /* The array of pfns we tell the Host about. */
+ unsigned int num_pfns;
+ u32 pfns[VIRTBALLOON_PFN_ARRAY_SIZE];
+
+ struct virtio_balloon_stat stats[VIRTIO_BALLOON_S_NR];
+
+ /* The last page offset read into the mapping's page_tree */
+ unsigned long last_scan_page_array;
+
+ /* The last time a page was reclaimed */
+ unsigned long last_reclaim;
+};
+
+/* Magic number used for the skeleton filesystem in the call to mount_pseudo */
+#define BALLOONFS_MAGIC 0x42414c4c
+
+static struct virtio_device_id id_table[] = {
+ { VIRTIO_ID_FILE_BALLOON, VIRTIO_DEV_ANY_ID },
+...
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...eleased. */
+ struct completion acked;
+
+ /* The array of pfns we tell the Host about. */
+ unsigned int num_pfns;
+ u32 pfns[VIRTBALLOON_PFN_ARRAY_SIZE];
+
+ struct virtio_balloon_stat stats[VIRTIO_BALLOON_S_NR];
+
+ /* The last page offset read into the mapping's page_tree */
+ unsigned long last_scan_page_array;
+
+ /* The last time a page was reclaimed */
+ unsigned long last_reclaim;
+};
+
+/* Magic number used for the skeleton filesystem in the call to mount_pseudo */
+#define BALLOONFS_MAGIC 0x42414c4c
+
+static struct virtio_device_id id_table[] = {
+ { VIRTIO_ID_FILE_BALLOON, VIRTIO_DEV_ANY_ID },
+...
2012 Jul 25
0
No subject
...d int num_pfns;
> >> + u32 pfns[VIRTBALLOON_PFN_ARRAY_SIZE];
> >> +
> >> + struct virtio_balloon_stat stats[VIRTIO_BALLOON_S_NR];
> >> +
> >> + /* The last page offset read into the mapping's page_tree */
> >> + unsigned long last_scan_page_array;
> >> +
> >> + /* The last time a page was reclaimed */
> >> + unsigned long last_reclaim;
> >> +};
> >> +
> >> +/* Magic number used for the skeleton filesystem in the call to mount_pseudo */
> >> +#define BALLOONFS_MAGIC 0x424...
2012 Jul 25
0
No subject
...d int num_pfns;
> >> + u32 pfns[VIRTBALLOON_PFN_ARRAY_SIZE];
> >> +
> >> + struct virtio_balloon_stat stats[VIRTIO_BALLOON_S_NR];
> >> +
> >> + /* The last page offset read into the mapping's page_tree */
> >> + unsigned long last_scan_page_array;
> >> +
> >> + /* The last time a page was reclaimed */
> >> + unsigned long last_reclaim;
> >> +};
> >> +
> >> +/* Magic number used for the skeleton filesystem in the call to mount_pseudo */
> >> +#define BALLOONFS_MAGIC 0x424...