search for: actual_pages

Displaying 5 results from an estimated 5 matches for "actual_pages".

2005 Aug 25
1
newbie questions about hosting address
Dear Rails groups, thank you for all the previous helps in this group, and me being a newbie is getting more comfortable with rails and now I finish most of the scaffold modification without much problem. My question is(I know it''s absolutely basic questions but I''m a real outsider :~( ) I have been developing in my own pc, now my office ''s other people will test on it,
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, >...