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.c1928 struct zoneref *z;
3179 struct zoneref *z;
3655 struct zoneref *z;
3823 struct zoneref *z;
3946 struct zoneref *z;
4094 struct zoneref *z = first_zones_zonelist(ac->zonelist,
4395 struct zoneref *z;
4921 struct zoneref *z;
4954 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) argument
[all...]
H A Doom_kill.c255 struct zoneref *z;
H A Dinternal.h339 struct zoneref *preferred_zoneref;
H A Dcompaction.c2474 struct zoneref *z;
2830 struct zoneref *z;
H A Dmempolicy.c1944 struct zoneref *z;
2736 struct zoneref *z;
H A Dvmscan.c6075 struct zoneref *z;
6201 struct zoneref *z;
6337 struct zoneref *z;
H A Dmm_init.c50 struct zoneref *z;
H A Dslub.c2633 struct zoneref *z;
H A Dhugetlb.c1355 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.h1204 struct zoneref { struct
1206 int zone_idx; /* zone_idx(zoneref->zone) */
1217 * a struct zoneref are
1224 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1603 static inline struct zone *zonelist_zone(struct zoneref *zoneref) argument
1605 return zoneref->zone;
1608 static inline int zonelist_zone_idx(struct zoneref *zoneref) argument
1610 return zoneref
1613 zonelist_node_idx(struct zoneref *zoneref) argument
[all...]

Completed in 206 milliseconds