Home
last modified time | relevance | path

Searched defs:zonelist (Results 1 – 12 of 12) sorted by relevance

/linux-3.3/mm/
Doom_kill.c245 static enum oom_constraint constrained_alloc(struct zonelist *zonelist, in constrained_alloc()
295 static enum oom_constraint constrained_alloc(struct zonelist *zonelist, in constrained_alloc()
615 int try_set_zonelist_oom(struct zonelist *zonelist, gfp_t gfp_mask) in try_set_zonelist_oom()
648 void clear_zonelist_oom(struct zonelist *zonelist, gfp_t gfp_mask) in clear_zonelist_oom()
709 void out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, in out_of_memory()
Dpage_alloc.c1582 static nodemask_t *zlc_setup(struct zonelist *zonelist, int alloc_flags) in zlc_setup()
1624 static int zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, in zlc_zone_worth_trying()
1647 static void zlc_mark_zone_full(struct zonelist *zonelist, struct zoneref *z) in zlc_mark_zone_full()
1665 static void zlc_clear_zones_full(struct zonelist *zonelist) in zlc_clear_zones_full()
1678 static nodemask_t *zlc_setup(struct zonelist *zonelist, int alloc_flags) in zlc_setup()
1683 static int zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, in zlc_zone_worth_trying()
1689 static void zlc_mark_zone_full(struct zonelist *zonelist, struct zoneref *z) in zlc_mark_zone_full()
1693 static void zlc_clear_zones_full(struct zonelist *zonelist) in zlc_clear_zones_full()
1704 struct zonelist *zonelist, int high_zoneidx, int alloc_flags, in get_page_from_freelist()
1929 struct zonelist *zonelist, enum zone_type high_zoneidx, in __alloc_pages_may_oom()
[all …]
Dmm_init.c33 struct zonelist *zonelist; in mminit_verify_zonelist() local
Dvmscan.c2229 static bool shrink_zones(int priority, struct zonelist *zonelist, in shrink_zones()
2293 static bool all_unreclaimable(struct zonelist *zonelist, in all_unreclaimable()
2328 static unsigned long do_try_to_free_pages(struct zonelist *zonelist, in do_try_to_free_pages()
2428 unsigned long try_to_free_pages(struct zonelist *zonelist, int order, in try_to_free_pages()
2504 struct zonelist *zonelist; in try_to_free_mem_cgroup_pages() local
3172 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask); in shrink_all_memory() local
Dcompaction.c639 unsigned long try_to_compact_pages(struct zonelist *zonelist, in try_to_compact_pages()
Dmempolicy.c1603 struct zonelist *zonelist; in slab_node() local
Dhugetlb.c460 struct zonelist *zonelist; in dequeue_huge_page_vma() local
Dslab.c3308 struct zonelist *zonelist; in fallback_alloc() local
Dslub.c1579 struct zonelist *zonelist; in get_any_partial() local
/linux-3.3/include/linux/
Dcompaction.h58 static inline unsigned long try_to_compact_pages(struct zonelist *zonelist, in try_to_compact_pages()
Dmmzone.h603 struct zonelist { struct
604 struct zonelist_cache *zlcache_ptr; // NULL or &zlcache argument
607 struct zonelist_cache zlcache; // optional ... argument
909 static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist, in first_zones_zonelist()
Dgfp.h300 struct zonelist *zonelist) in __alloc_pages()