Symbol: zoneref
include/linux/mmzone.h
1422
struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
include/linux/mmzone.h
1801
static inline struct zone *zonelist_zone(struct zoneref *zoneref)
include/linux/mmzone.h
1803
return zoneref->zone;
include/linux/mmzone.h
1806
static inline int zonelist_zone_idx(const struct zoneref *zoneref)
include/linux/mmzone.h
1808
return zoneref->zone_idx;
include/linux/mmzone.h
1811
static inline int zonelist_node_idx(const struct zoneref *zoneref)
include/linux/mmzone.h
1813
return zone_to_nid(zoneref->zone);
include/linux/mmzone.h
1816
struct zoneref *__next_zones_zonelist(struct zoneref *z,
include/linux/mmzone.h
1835
static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z,
include/linux/mmzone.h
1861
static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist,
include/linux/mmzone.h
1909
struct zoneref *z;
include/trace/events/oom.h
36
TP_PROTO(struct zoneref *zoneref,
include/trace/events/oom.h
44
TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
include/trace/events/oom.h
58
__entry->node = zonelist_node_idx(zoneref);
include/trace/events/oom.h
59
__entry->zone_idx = zonelist_zone_idx(zoneref);
mm/compaction.c
2453
struct zoneref *z;
mm/compaction.c
2839
struct zoneref *z;
mm/hugetlb.c
1281
struct zoneref *z;
mm/internal.h
672
struct zoneref *preferred_zoneref;
mm/mempolicy.c
2168
struct zoneref *z;
mm/mempolicy.c
2989
struct zoneref *z;
mm/mm_init.c
81
struct zoneref *z;
mm/mmzone.c
46
static inline int zref_in_nodemask(struct zoneref *zref, nodemask_t *nodes)
mm/mmzone.c
56
struct zoneref *__next_zones_zonelist(struct zoneref *z,
mm/oom_kill.c
252
struct zoneref *z;
mm/page_alloc.c
3488
struct zoneref *z;
mm/page_alloc.c
3795
struct zoneref *z;
mm/page_alloc.c
4286
struct zoneref *z;
mm/page_alloc.c
4454
struct zoneref *z;
mm/page_alloc.c
4586
struct zoneref *z;
mm/page_alloc.c
4805
struct zoneref *z = first_zones_zonelist(ac->zonelist,
mm/page_alloc.c
5101
struct zoneref *z;
mm/page_alloc.c
5561
struct zoneref *z;
mm/page_alloc.c
5594
static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref)
mm/page_alloc.c
5596
zoneref->zone = zone;
mm/page_alloc.c
5597
zoneref->zone_idx = zone_idx(zone);
mm/page_alloc.c
5605
static int build_zonerefs_node(pg_data_t *pgdat, struct zoneref *zonerefs)
mm/page_alloc.c
5726
struct zoneref *zonerefs;
mm/page_alloc.c
5748
struct zoneref *zonerefs;
mm/page_alloc.c
5801
struct zoneref *z;
mm/page_alloc.c
5816
struct zoneref *zonerefs;
mm/page_alloc.c
7370
struct zoneref *z;
mm/slub.c
3868
struct zoneref *z;
mm/slub.c
7235
struct zoneref *z;
mm/vmscan.c
6330
struct zoneref *z;
mm/vmscan.c
6456
struct zoneref *z;
mm/vmscan.c
6596
struct zoneref *z;