Searched refs:zoneref (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mmzone.h | 663 struct zoneref { struct 687 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1]; 947 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument 949 return zoneref->zone; in zonelist_zone() 952 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument 954 return zoneref->zone_idx; in zonelist_zone_idx() 957 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument 961 return zoneref->zone->node; in zonelist_node_idx() 979 struct zoneref *next_zones_zonelist(struct zoneref *z, 995 static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist, in first_zones_zonelist() [all …]
|
/linux-4.1.27/mm/ |
D | mmzone.c | 45 static inline int zref_in_nodemask(struct zoneref *zref, nodemask_t *nodes) in zref_in_nodemask() 55 struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
|
D | oom_kill.c | 203 struct zoneref *z; in constrained_alloc() 655 struct zoneref *z; in oom_zonelist_trylock() 685 struct zoneref *z; in oom_zonelist_unlock()
|
D | mm_init.c | 34 struct zoneref *z; in mminit_verify_zonelist()
|
D | page_alloc.c | 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() 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() 2113 struct zoneref *z; in get_page_from_freelist() 2611 struct zoneref *z; in wake_all_kswapds() 2721 struct zoneref *preferred_zoneref; in __alloc_pages_slowpath() 2872 struct zoneref *preferred_zoneref; in __alloc_pages_nodemask() 3136 struct zoneref *z; in nr_free_zone_pages() 3440 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument [all …]
|
D | compaction.c | 1485 struct zoneref *z; in try_to_compact_pages()
|
D | vmscan.c | 2455 struct zoneref *z; in shrink_zones() 2680 struct zoneref *z; in throttle_direct_reclaim()
|
D | hugetlb.c | 636 struct zoneref *z; in dequeue_huge_page_vma()
|
D | slab.c | 3015 struct zoneref *z; in fallback_alloc()
|
D | slub.c | 1670 struct zoneref *z; in get_any_partial()
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 681 struct zoneref *z; in show_mem()
|