Searched refs:vm_stat (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmmzone.h232 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; member in struct:zone
H A Dvmstat.h122 extern atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS];
127 atomic_long_add(x, &zone->vm_stat[item]);
128 atomic_long_add(x, &vm_stat[item]);
133 long x = atomic_long_read(&vm_stat[item]);
144 long x = atomic_long_read(&zone->vm_stat[item]);
195 memset(zone->vm_stat, 0, sizeof(zone->vm_stat));
229 atomic_long_inc(&zone->vm_stat[item]);
230 atomic_long_inc(&vm_stat[item]);
241 atomic_long_dec(&zone->vm_stat[ite
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dvmstat.c78 * vm_stat contains the global counters
80 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; variable
81 EXPORT_SYMBOL(vm_stat); variable

Completed in 130 milliseconds