vmtotal
struct vmtotal *v;
struct vmtotal total;
SYSCTL_PROC(_vm, VM_TOTAL, vmtotal, CTLTYPE_OPAQUE | CTLFLAG_RD |
CTLFLAG_MPSAFE, NULL, 0, vmtotal, "S,vmtotal",
struct vmtotal Total;
fill_vmtotal(struct vmtotal *vmtp)
struct vmtotal total;
static struct vmtotal mem_stats;