Home
last modified time | relevance | path

Searched refs:is_highmem (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dshow_mem.c100 if (is_highmem(zone)) { in si_meminfo_node()
415 if (is_highmem(zone)) in __show_mem()
H A Dhighmem.c120 if (is_highmem(zone)) in __nr_free_highpages()
133 if (is_highmem(zone)) in __totalhigh_pages()
H A Dpage_alloc.c6403 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()
/linux/include/linux/
H A Dmmzone.h1646 static inline int is_highmem(const struct zone *zone) in is_highmem() function