Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmstat.h164 atomic_long_add(x, &zone->vm_stat[item]); in zone_page_state_add()
171 atomic_long_add(x, &pgdat->vm_stat[item]); in node_page_state_add()
219 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state()
236 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state_snapshot()
351 atomic_long_inc(&zone->vm_stat[item]); in __inc_zone_state()
357 atomic_long_inc(&pgdat->vm_stat[item]); in __inc_node_state()
363 atomic_long_dec(&zone->vm_stat[item]); in __dec_zone_state()
369 atomic_long_dec(&pgdat->vm_stat[item]); in __dec_node_state()
H A Dmmzone.h1158 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; member
1607 atomic_long_t vm_stat[NR_VM_NODE_STAT_ITEMS]; member
/linux/mm/
H A Dvmstat.c819 atomic_long_add(v, &zone->vm_stat[i]); in refresh_cpu_vm_stats()
874 atomic_long_add(v, &pgdat->vm_stat[i]); in refresh_cpu_vm_stats()
909 atomic_long_add(v, &zone->vm_stat[i]); in cpu_vm_stats_fold()
937 atomic_long_add(v, &pgdat->vm_stat[i]); in cpu_vm_stats_fold()
1013 long x = atomic_long_read(&pgdat->vm_stat[item]); in node_page_state_pages()
1037 return (unsigned long)atomic_long_read(&pgdat->vm_stat[item]); in node_page_state_monotonic()