Searched refs:vm_stat (Results 1 – 2 of 2) sorted by relevance
172 atomic_long_add(x, &zone->vm_stat[item]); in zone_page_state_add()179 atomic_long_add(x, &pgdat->vm_stat[item]); in node_page_state_add()214 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state()231 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state_snapshot()348 atomic_long_inc(&zone->vm_stat[item]); in __inc_zone_state()354 atomic_long_inc(&pgdat->vm_stat[item]); in __inc_node_state()360 atomic_long_dec(&zone->vm_stat[item]); in __dec_zone_state()366 atomic_long_dec(&pgdat->vm_stat[item]); in __dec_node_state()
1045 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; member1485 atomic_long_t vm_stat[NR_VM_NODE_STAT_ITEMS]; member