Split the struct vmmeter cnt structure into a global vmstats structure and
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 3 Jul 2003 18:20:03 +0000 (18:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 3 Jul 2003 18:20:03 +0000 (18:20 +0000)
commit6bdb32ed81e4b3e7fc1ebe21ea7c63811f91faac
tree4aec72b51a4f6006b38b117798143a8f76923706
parent4e8e646b7d3dd617ed3116434ed0c1de10c1c76f
Split the struct vmmeter cnt structure into a global vmstats structure and
a per-cpu cnt structure.  Adjust the sysctls to accumulate statistics
over all cpus.
sys/sys/vmmeter.h
sys/vm/vm_meter.c