Searched refs:zoneref (Results 1 - 12 of 12) sorted by relevance

/linux-master/mm/
H A Dmmzone.c46 static inline int zref_in_nodemask(struct zoneref *zref, nodemask_t *nodes)
56 struct zoneref *__next_zones_zonelist(struct zoneref *z,
H A Dpage_alloc.c2010 struct zoneref *z;
3264 struct zoneref *z;
3740 struct zoneref *z;
3908 struct zoneref *z;
4031 struct zoneref *z;
4179 struct zoneref *z = first_zones_zonelist(ac->zonelist,
4480 struct zoneref *z;
5010 struct zoneref *z;
5043 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) argument
[all...]
H A Dinternal.h436 struct zoneref *preferred_zoneref;
H A Doom_kill.c255 struct zoneref *z;
H A Dcompaction.c2479 struct zoneref *z;
2835 struct zoneref *z;
H A Dmempolicy.c1945 struct zoneref *z;
2737 struct zoneref *z;
H A Dvmscan.c6091 struct zoneref *z;
6217 struct zoneref *z;
6353 struct zoneref *z;
H A Dmm_init.c52 struct zoneref *z;
H A Dhugetlb.c1355 struct zoneref *z;
H A Dslub.c2721 struct zoneref *z;
/linux-master/include/trace/events/
H A Doom.h36 TP_PROTO(struct zoneref *zoneref,
44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
58 __entry->node = zone_to_nid(zoneref->zone);
59 __entry->zone_idx = zoneref->zone_idx;
/linux-master/include/linux/
H A Dmmzone.h1207 struct zoneref { struct
1209 int zone_idx; /* zone_idx(zoneref->zone) */
1220 * a struct zoneref are
1227 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1606 static inline struct zone *zonelist_zone(struct zoneref *zoneref) argument
1608 return zoneref->zone;
1611 static inline int zonelist_zone_idx(struct zoneref *zoneref) argument
1613 return zoneref
1616 zonelist_node_idx(struct zoneref *zoneref) argument
[all...]

Completed in 363 milliseconds