Searched refs:is_highmem (Results 1 – 3 of 3) sorted by relevance
101 if (is_highmem(zone)) { in si_meminfo_node()422 if (is_highmem(zone)) in __show_mem()
6622 if (!is_highmem(zone) && zone_idx(zone) != ZONE_MOVABLE) in __setup_per_zone_wmarks()6632 if (is_highmem(zone) || zone_idx(zone) == ZONE_MOVABLE) { in __setup_per_zone_wmarks()
1752 static inline int is_highmem(const struct zone *zone) in is_highmem() function