Home
last modified time | relevance | path

Searched refs:zoneref (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/include/linux/
Dmmzone.h597 struct zoneref { struct
617 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
892 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument
894 return zoneref->zone; in zonelist_zone()
897 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument
899 return zoneref->zone_idx; in zonelist_zone_idx()
902 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument
906 return zoneref->zone->node; in zonelist_node_idx()
924 struct zoneref *next_zones_zonelist(struct zoneref *z,
940 static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist, in first_zones_zonelist()
[all …]
/linux-4.4.14/mm/
Dmmzone.c45 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()
Dmm_init.c35 struct zoneref *z; in mminit_verify_zonelist()
Dpage_alloc.c1708 struct zoneref *z; in unreserve_highatomic_pageblock()
2504 struct zoneref *z; in get_page_from_freelist()
2923 struct zoneref *z; in wake_all_kswapds()
3045 struct zoneref *preferred_zoneref; in __alloc_pages_slowpath()
3195 struct zoneref *preferred_zoneref; in __alloc_pages_nodemask()
3560 struct zoneref *z; in nr_free_zone_pages()
3864 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument
3866 zoneref->zone = zone; in zoneref_set_zone()
3867 zoneref->zone_idx = zone_idx(zone); in zoneref_set_zone()
Doom_kill.c212 struct zoneref *z; in constrained_alloc()
Dcompaction.c1525 struct zoneref *z; in try_to_compact_pages()
Dvmscan.c2519 struct zoneref *z; in shrink_zones()
2745 struct zoneref *z; in throttle_direct_reclaim()
Dslab.c3006 struct zoneref *z; in fallback_alloc()
Dhugetlb.c885 struct zoneref *z; in dequeue_huge_page_vma()
Dslub.c1713 struct zoneref *z; in get_any_partial()
/linux-4.4.14/arch/parisc/mm/
Dinit.c691 struct zoneref *z; in show_mem()