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