Home
last modified time | relevance | path

Searched refs:NR_ZONE_LRU_BASE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmmzone.h219 NR_ZONE_LRU_BASE, /* Used only for compaction and reclaim retry */ enumerator
220 NR_ZONE_INACTIVE_ANON = NR_ZONE_LRU_BASE,
/linux/mm/
H A Dvmscan.c404 size += zone_page_state(zone, NR_ZONE_LRU_BASE + lru); in lruvec_lru_size()