Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Doom_kill.c198 static enum oom_constraint constrained_alloc(struct zonelist *zonelist, in constrained_alloc()
248 static enum oom_constraint constrained_alloc(struct zonelist *zonelist, in constrained_alloc()
653 bool oom_zonelist_trylock(struct zonelist *zonelist, gfp_t gfp_mask) in oom_zonelist_trylock()
683 void oom_zonelist_unlock(struct zonelist *zonelist, gfp_t gfp_mask) in oom_zonelist_unlock()
707 static void __out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, in __out_of_memory()
787 bool out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, in out_of_memory()
809 struct zonelist *zonelist; in pagefault_out_of_memory() local
Dpage_alloc.c1954 static nodemask_t *zlc_setup(struct zonelist *zonelist, int alloc_flags) in zlc_setup()
1996 static int zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, in zlc_zone_worth_trying()
2019 static void zlc_mark_zone_full(struct zonelist *zonelist, struct zoneref *z) in zlc_mark_zone_full()
2037 static void zlc_clear_zones_full(struct zonelist *zonelist) in zlc_clear_zones_full()
2061 static nodemask_t *zlc_setup(struct zonelist *zonelist, int alloc_flags) in zlc_setup()
2066 static int zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, in zlc_zone_worth_trying()
2072 static void zlc_mark_zone_full(struct zonelist *zonelist, struct zoneref *z) in zlc_mark_zone_full()
2076 static void zlc_clear_zones_full(struct zonelist *zonelist) in zlc_clear_zones_full()
2112 struct zonelist *zonelist = ac->zonelist; in get_page_from_freelist() local
2870 struct zonelist *zonelist, nodemask_t *nodemask) in __alloc_pages_nodemask()
[all …]
Dmm_init.c35 struct zonelist *zonelist; in mminit_verify_zonelist() local
Dvmscan.c2453 static bool shrink_zones(struct zonelist *zonelist, struct scan_control *sc) in shrink_zones()
2564 static unsigned long do_try_to_free_pages(struct zonelist *zonelist, in do_try_to_free_pages()
2677 static bool throttle_direct_reclaim(gfp_t gfp_mask, struct zonelist *zonelist, in throttle_direct_reclaim()
2761 unsigned long try_to_free_pages(struct zonelist *zonelist, int order, in try_to_free_pages()
2840 struct zonelist *zonelist; in try_to_free_mem_cgroup_pages() local
3490 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask); in shrink_all_memory() local
Dinternal.h126 struct zonelist *zonelist; member
Dmempolicy.c1721 struct zonelist *zonelist; in mempolicy_slab_node() local
Dhugetlb.c634 struct zonelist *zonelist; in dequeue_huge_page_vma() local
Dslab.c3013 struct zonelist *zonelist; in fallback_alloc() local
Dslub.c1669 struct zonelist *zonelist; in get_any_partial() local
/linux-4.1.27/include/linux/
Dmmzone.h685 struct zonelist { struct
686 struct zonelist_cache *zlcache_ptr; // NULL or &zlcache argument
689 struct zonelist_cache zlcache; // optional ... argument
995 static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist, in first_zones_zonelist()
Dgfp.h298 struct zonelist *zonelist) in __alloc_pages()