Searched refs:zones (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/x86_64/mm/ |
D | numa.c | 83 unsigned long zones[MAX_NR_ZONES]; in setup_node_zones() local 87 memset(zones, 0, sizeof(unsigned long) * MAX_NR_ZONES); in setup_node_zones() 97 zones[ZONE_DMA] = dma_end_pfn - start_pfn; in setup_node_zones() 98 zones[ZONE_NORMAL] = end_pfn - dma_end_pfn; in setup_node_zones() 100 zones[ZONE_NORMAL] = end_pfn - start_pfn; in setup_node_zones() 103 free_area_init_node(nodeid, NODE_DATA(nodeid), NULL, zones, in setup_node_zones()
|
/linux-2.4.37.9/mm/ |
D | page_io.c | 39 int zones[PAGE_SIZE/512]; in rw_swap_page_base() local 53 zones[0] = offset; in rw_swap_page_base() 63 if (!(zones[i] = bmap(swapf,block++))) { in rw_swap_page_base() 74 brw_page(rw, page, dev, zones, block_size); in rw_swap_page_base()
|
D | page_alloc.c | 380 zone = zonelist->zones; in __alloc_pages() 401 zone = zonelist->zones; in __alloc_pages() 422 zone = zonelist->zones; in __alloc_pages() 444 zone = zonelist->zones; in __alloc_pages() 549 zonep = zonelist->zones; in nr_free_buffer_pages() 696 zonelist->zones[j++] = zone; in build_zonelists() 701 zonelist->zones[j++] = zone; in build_zonelists() 705 zonelist->zones[j++] = zone; in build_zonelists() 707 zonelist->zones[j++] = NULL; in build_zonelists()
|
D | vmscan.c | 702 error |= try_to_free_pages_zone(zonelist->zones[0], gfp_mask); in try_to_free_pages()
|
/linux-2.4.37.9/Documentation/vm/ |
D | balance | 35 zone size (and possibly of the size of lower class zones), we can decide 38 of lower class zones, the bad part is, we might do too frequent balancing 39 due to ignoring possibly lower usage in the lower class zones. Also, 44 of a zone _and_ all its lower class zones falls below 1/64th of the 45 total memory in the zone and its lower class zones. This fixes the 2.2 48 which have different numbers and types of zones. If we wanted to get 50 zones in the future. 66 kswapd also needs to know about the zones it should balance. kswapd is
|
/linux-2.4.37.9/include/linux/ |
D | mmzone.h | 137 zone_t * zones [MAX_NR_ZONES+1]; // NULL delimited member
|
/linux-2.4.37.9/fs/affs/ |
D | Changes | 221 create allocation zones ...
|