Questions about page table implementation
In 'struct pglist_data', there is a member called node_size - which I
have seen in the Mel Gorman book described as "size of this zone".
Does the variable refer to the size of the node or the size of a
particular zone?
Tilak
.
Relevant Pages
- Re: [PATCH] Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE
... The zonelists are pretty big. ... The zone is disabled by default. ... int i, j, k; ... typedef struct pglist_data { ... (Linux-Kernel) - [PATCH 1/7] Roll-up patch of what has been sent already
... static int zoneinfo_open(struct inode *inode, ... +#ifdef CONFIG_HUGETLB_PAGE ... int move_freepages(struct zone *zone, ... (Linux-Kernel) - Fw: [Lhms-devel] Making hotremovable attribute with memory section[1/4]
... Kernel will allocate pages by this attribute. ... +struct area_type { ... +extern unsigned int page_is_removable; ... __free_pages_bulk(page, base, zone, area, order); ... (Linux-Kernel) - Re: [swsusp] separate snapshot functionality to separate file
... struct pbe *sys_snapshot; ... void sys_restore(struct pbe *); ... -static int saveable(struct zone * zone, ... +static int saveable ... (Linux-Kernel) - [PATCH -mm] swsusp: support creating bigger images (rev. 2)
... bigger than 1/2 of the normal zone, because it needs to create a copy of every ... +struct res_page { ... static int pfn_is_nosave ... extern int swsusp_shrink_memory; ... (Linux-Kernel) |
|