Displaying 5 results from an estimated 5 matches for "actual_page".
Did you mean:
actual_pages
2005 Aug 25
1
newbie questions about hosting address
...ot; { helper: argument list } ".
----------- YAML -------------
message:
{ loc: name }: { name }
{ loc: date }: { date }
{ loc: listing }
This variable is passed directly from the view object: { var:
@text }
4. Example - brackets inside brackets. In this example
we pass only ''actual_page'' variable from the driver script. Body class
will be set depending on it automatically.
----------- YAML -------------
# define classes of body tags
body_class-homepage: normal
body_class-news: normal
body_class-services: threecols
body:
This is body.
----------- RUBY -------------...
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...struct device_attribute *attr,
+ char *buf);
+
+static DEVICE_ATTR(total_memory, 0644,
+ virtballoon_attr_show, NULL);
+
+static DEVICE_ATTR(free_memory, 0644,
+ virtballoon_attr_show, NULL);
+
+static DEVICE_ATTR(target_pages, 0644,
+ virtballoon_attr_show, NULL);
+
+static DEVICE_ATTR(actual_pages, 0644,
+ virtballoon_attr_show, NULL);
+
+static struct attribute *virtballoon_attrs[] = {
+ &dev_attr_total_memory.attr,
+ &dev_attr_free_memory.attr,
+ &dev_attr_target_pages.attr,
+ &dev_attr_actual_pages.attr,
+ NULL
+};
+static struct attribute_group virtballoon_attr_group = {...
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...struct device_attribute *attr,
+ char *buf);
+
+static DEVICE_ATTR(total_memory, 0644,
+ virtballoon_attr_show, NULL);
+
+static DEVICE_ATTR(free_memory, 0644,
+ virtballoon_attr_show, NULL);
+
+static DEVICE_ATTR(target_pages, 0644,
+ virtballoon_attr_show, NULL);
+
+static DEVICE_ATTR(actual_pages, 0644,
+ virtballoon_attr_show, NULL);
+
+static struct attribute *virtballoon_attrs[] = {
+ &dev_attr_total_memory.attr,
+ &dev_attr_free_memory.attr,
+ &dev_attr_target_pages.attr,
+ &dev_attr_actual_pages.attr,
+ NULL
+};
+static struct attribute_group virtballoon_attr_group = {...
2012 Jul 25
0
No subject
...ow, NULL);
> >> +
> >> +static DEVICE_ATTR(free_memory, 0644,
> >> + virtballoon_attr_show, NULL);
> >> +
> >> +static DEVICE_ATTR(target_pages, 0644,
> >> + virtballoon_attr_show, NULL);
> >> +
> >> +static DEVICE_ATTR(actual_pages, 0644,
> >> + virtballoon_attr_show, NULL);
> >> +
> >> +static struct attribute *virtballoon_attrs[] = {
> >> + &dev_attr_total_memory.attr,
> >> + &dev_attr_free_memory.attr,
> >> + &dev_attr_target_pages.attr,
>...
2012 Jul 25
0
No subject
...ow, NULL);
> >> +
> >> +static DEVICE_ATTR(free_memory, 0644,
> >> + virtballoon_attr_show, NULL);
> >> +
> >> +static DEVICE_ATTR(target_pages, 0644,
> >> + virtballoon_attr_show, NULL);
> >> +
> >> +static DEVICE_ATTR(actual_pages, 0644,
> >> + virtballoon_attr_show, NULL);
> >> +
> >> +static struct attribute *virtballoon_attrs[] = {
> >> + &dev_attr_total_memory.attr,
> >> + &dev_attr_free_memory.attr,
> >> + &dev_attr_target_pages.attr,
>...