totalp 229 uvm/uvm_meter.c uvm_total(totalp) totalp 230 uvm/uvm_meter.c struct vmtotal *totalp; totalp 239 uvm/uvm_meter.c memset(totalp, 0, sizeof *totalp); totalp 255 uvm/uvm_meter.c totalp->t_dw++; totalp 257 uvm/uvm_meter.c totalp->t_sl++; totalp 265 uvm/uvm_meter.c totalp->t_rq++; totalp 289 uvm/uvm_meter.c totalp->t_pw++; totalp 295 uvm/uvm_meter.c totalp->t_free = uvmexp.free; totalp 296 uvm/uvm_meter.c totalp->t_vm = uvmexp.npages - uvmexp.free + uvmexp.swpginuse; totalp 297 uvm/uvm_meter.c totalp->t_avm = uvmexp.active + uvmexp.swpginuse; /* XXX */ totalp 298 uvm/uvm_meter.c totalp->t_rm = uvmexp.npages - uvmexp.free; totalp 299 uvm/uvm_meter.c totalp->t_arm = uvmexp.active; totalp 300 uvm/uvm_meter.c totalp->t_vmshr = 0; /* XXX */ totalp 301 uvm/uvm_meter.c totalp->t_avmshr = 0; /* XXX */ totalp 302 uvm/uvm_meter.c totalp->t_rmshr = 0; /* XXX */ totalp 303 uvm/uvm_meter.c totalp->t_armshr = 0; /* XXX */