Searched refs:highest_zoneidx (Results 1 – 2 of 2) sorted by relevance
| /linux/include/trace/events/ |
| H A D | compaction.h | 312 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 314 TP_ARGS(nid, order, highest_zoneidx), 319 __field(enum zone_type, highest_zoneidx) 325 __entry->highest_zoneidx = highest_zoneidx; 335 __print_symbolic(__entry->highest_zoneidx, ZONE_TYPE)) 340 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 342 TP_ARGS(nid, order, highest_zoneidx) 347 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 349 TP_ARGS(nid, order, highest_zoneidx)
|
| /linux/mm/ |
| H A D | slub.c | 3957 enum zone_type highest_zoneidx = gfp_zone(gfp_flags); in get_from_any_partial() local 3994 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_from_any_partial() 7337 enum zone_type highest_zoneidx = gfp_zone(gfp); in __refill_objects_any() local 7349 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in __refill_objects_any()
|