Home
last modified time | relevance | path

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

/linux/mm/
H A Dshow_mem.c101 if (is_highmem(zone)) { in si_meminfo_node()
422 if (is_highmem(zone)) in __show_mem()
H A Dpage_alloc.c6622 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()
/linux/include/linux/
H A Dmmzone.h1752 static inline int is_highmem(const struct zone *zone) in is_highmem() function