Searched refs:vm_stat (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dvmstat.h168 atomic_long_add(x, &zone->vm_stat[item]);
175 atomic_long_add(x, &pgdat->vm_stat[item]);
210 long x = atomic_long_read(&zone->vm_stat[item]);
227 long x = atomic_long_read(&zone->vm_stat[item]);
344 atomic_long_inc(&zone->vm_stat[item]);
350 atomic_long_inc(&pgdat->vm_stat[item]);
356 atomic_long_dec(&zone->vm_stat[item]);
362 atomic_long_dec(&pgdat->vm_stat[item]);
H A Dmmzone.h994 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; member in struct:zone
1408 atomic_long_t vm_stat[NR_VM_NODE_STAT_ITEMS]; member in struct:pglist_data
/linux-master/kernel/
H A Dvmcore_info.c188 VMCOREINFO_OFFSET(zone, vm_stat);
/linux-master/mm/
H A Dvmstat.c160 * vm_stat contains the global counters
827 atomic_long_add(v, &zone->vm_stat[i]);
881 atomic_long_add(v, &pgdat->vm_stat[i]);
915 atomic_long_add(v, &zone->vm_stat[i]);
943 atomic_long_add(v, &pgdat->vm_stat[i]);
1019 long x = atomic_long_read(&pgdat->vm_stat[item]);

Completed in 144 milliseconds