Home
last modified time | relevance | path

Searched refs:PGDEACTIVATE (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dswap.c588 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file()
589 count_memcg_events(lruvec_memcg(lruvec), PGDEACTIVATE, in lru_deactivate_file()
606 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate()
607 count_memcg_events(lruvec_memcg(lruvec), PGDEACTIVATE, nr_pages); in lru_deactivate()
H A Dvmstat.c1322 [I(PGDEACTIVATE)] = "pgdeactivate",
H A Dvmscan.c2208 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list()
2209 count_memcg_events(lruvec_memcg(lruvec), PGDEACTIVATE, nr_deactivate); in shrink_active_list()
H A Dmemcontrol.c454 PGDEACTIVATE,
/linux/include/linux/
H A Dvm_event_item.h36 PGFREE, PGACTIVATE, PGDEACTIVATE, PGLAZYFREE, enumerator