Searched refs:__count_zone_vm_events (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | vmstat.h | 104 #define __count_zone_vm_events(item, zone, delta) \ macro
|
/linux-4.1.27/mm/ |
D | vmscan.c | 1553 __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()
|
D | page_alloc.c | 1784 __count_zone_vm_events(PGALLOC, zone, 1 << order); in buffered_rmqueue()
|