Searched refs:is_highmem (Results 1 – 4 of 4) sorted by relevance
100 if (is_highmem(zone)) { in si_meminfo_node()415 if (is_highmem(zone)) in __show_mem()
120 if (is_highmem(zone)) in __nr_free_highpages()133 if (is_highmem(zone)) in __totalhigh_pages()
6403 if (!is_highmem(zone) && zone_idx(zone) != ZONE_MOVABLE) in __setup_per_zone_wmarks()6413 if (is_highmem(zone) || zone_idx(zone) == ZONE_MOVABLE) { in __setup_per_zone_wmarks()
1646 static inline int is_highmem(const struct zone *zone) in is_highmem() function