Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvmstat.h104 #define __count_zone_vm_events(item, zone, delta) \ macro
/linux-4.1.27/mm/
Dvmscan.c1553 __count_zone_vm_events(PGSCAN_KSWAPD, zone, nr_scanned); in shrink_inactive_list()
1555 __count_zone_vm_events(PGSCAN_DIRECT, zone, nr_scanned); in shrink_inactive_list()
1573 __count_zone_vm_events(PGSTEAL_KSWAPD, zone, in shrink_inactive_list()
1576 __count_zone_vm_events(PGSTEAL_DIRECT, zone, in shrink_inactive_list()
1747 __count_zone_vm_events(PGREFILL, zone, nr_scanned); in shrink_active_list()
Dpage_alloc.c1784 __count_zone_vm_events(PGALLOC, zone, 1 << order); in buffered_rmqueue()