Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvmstat.h104 #define __count_zone_vm_events(item, zone, delta) \ macro
/linux-4.4.14/mm/
Dvmscan.c1601 __count_zone_vm_events(PGSCAN_KSWAPD, zone, nr_scanned); in shrink_inactive_list()
1603 __count_zone_vm_events(PGSCAN_DIRECT, zone, nr_scanned); in shrink_inactive_list()
1621 __count_zone_vm_events(PGSTEAL_KSWAPD, zone, in shrink_inactive_list()
1624 __count_zone_vm_events(PGSTEAL_DIRECT, zone, in shrink_inactive_list()
1795 __count_zone_vm_events(PGREFILL, zone, nr_scanned); in shrink_active_list()
Dpage_alloc.c2277 __count_zone_vm_events(PGALLOC, zone, 1 << order); in buffered_rmqueue()