Home
last modified time | relevance | path

Searched refs:zone_t (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/mm/
Dvmscan.c98 …area_struct* vma, unsigned long address, pte_t * page_table, struct page *page, zone_t * classzone) in try_to_swap_out()
209 …_struct * vma, pmd_t *dir, unsigned long address, unsigned long end, int count, zone_t * classzone) in swap_out_pmd()
248 …_struct * vma, pgd_t *dir, unsigned long address, unsigned long end, int count, zone_t * classzone) in swap_out_pgd()
278 … mm_struct * mm, struct vm_area_struct * vma, unsigned long address, int count, zone_t * classzone) in swap_out_vma()
307 static inline int swap_out_mm(struct mm_struct * mm, int count, int * mmcounter, zone_t * classzone) in swap_out_mm()
346 static int FASTCALL(swap_out(zone_t * classzone));
347 static int fastcall swap_out(zone_t * classzone) in swap_out()
388 static void FASTCALL(refill_inactive(int nr_pages, zone_t * classzone));
389 static int FASTCALL(shrink_cache(int nr_pages, zone_t * classzone, unsigned int gfp_mask, int * fai…
390 static int fastcall shrink_cache(int nr_pages, zone_t * classzone, unsigned int gfp_mask, int * fai… in shrink_cache()
[all …]
Dpage_alloc.c38 zone_t *zone_table[MAX_NR_ZONES*MAX_NR_NODES];
117 zone_t *zone; in __free_pages_ok()
220 static inline struct page * expand (zone_t *zone, struct page *page, in expand()
241 static FASTCALL(struct page * rmqueue(zone_t *zone, unsigned int order));
242 static struct page * fastcall rmqueue(zone_t *zone, unsigned int order) in rmqueue()
295 static struct page * FASTCALL(balance_classzone(zone_t *, unsigned int, unsigned int, int *));
296 static struct page * fastcall balance_classzone(zone_t * classzone, unsigned int gfp_mask, unsigned… in balance_classzone()
365 static inline unsigned long zone_free_pages(zone_t * zone, unsigned int order) in zone_free_pages()
376 zone_t **zone, * classzone; in __alloc_pages()
385 zone_t *z = *(zone++); in __alloc_pages()
[all …]
Dswap.c108 zone_t *classzone, *overflow; in delta_nr_active_pages()
132 zone_t *classzone, *overflow; in delta_nr_inactive_pages()
156 zone_t *classzone, *overflow; in delta_nr_cache_pages()
Dfilemap.c841 const zone_t *zone = page_zone(page); in page_waitqueue()
/linux-2.4.37.9/include/linux/
Dmmzone.h123 } zone_t; typedef
137 zone_t * zones [MAX_NR_ZONES+1]; // NULL delimited
155 zone_t node_zones[MAX_NR_ZONES];
205 static inline zone_t *next_zone(zone_t *zone) in next_zone()
Dswap.h104 struct zone_t;
117 extern int FASTCALL(try_to_free_pages_zone(zone_t *, unsigned int));
Dmm.h345 static inline zone_t *page_zone(struct page *page) in page_zone()
596 struct zone_t;