Searched refs:zone_type (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/events/ |
| H A D | compaction.h | 202 __field(enum zone_type, idx) 247 __field(enum zone_type, idx) 312 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 319 __field(enum zone_type, highest_zoneidx) 340 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 347 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx),
|
| /linux/include/linux/ |
| H A D | mempolicy.h | 151 extern enum zone_type policy_zone; 153 static inline void check_highest_zone(enum zone_type k) in check_highest_zone() 181 extern bool apply_policy_zone(struct mempolicy *policy, enum zone_type zone);
|
| /linux/drivers/md/dm-vdo/ |
| H A D | recovery-journal.h | 290 enum vdo_zone_type zone_type, 295 enum vdo_zone_type zone_type,
|
| /linux/tools/testing/vma/linux/ |
| H A D | mmzone.h | 16 enum zone_type { enum
|
| /linux/tools/testing/memblock/linux/ |
| H A D | mmzone.h | 16 enum zone_type { enum
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 1813 int zone_type; in kfd_fill_mem_info_for_cpu() local 1833 for (zone_type = 0; zone_type < MAX_NR_ZONES; zone_type++) in kfd_fill_mem_info_for_cpu() 1834 mem_in_bytes += zone_managed_pages(&pgdat->node_zones[zone_type]); in kfd_fill_mem_info_for_cpu()
|
| /linux/mm/ |
| H A D | slub.c | 3957 enum zone_type highest_zoneidx = gfp_zone(gfp_flags); in get_from_any_partial() 7337 enum zone_type highest_zoneidx = gfp_zone(gfp); in __refill_objects_any()
|