Searched refs:totalp (Results 1 – 2 of 2) sorted by relevance
312 uvm_total(struct vmtotal *totalp) in uvm_total() argument323 memset(totalp, 0, sizeof *totalp); in uvm_total()339 totalp->t_dw++; in uvm_total()341 totalp->t_sl++; in uvm_total()350 totalp->t_rq++; in uvm_total()374 totalp->t_pw++; in uvm_total()384 totalp->t_free = freepg; in uvm_total()385 totalp->t_vm = uvmexp.npages - freepg + uvmexp.swpginuse; in uvm_total()386 totalp->t_avm = active + uvmexp.swpginuse; /* XXX */ in uvm_total()387 totalp->t_rm = uvmexp.npages - freepg; in uvm_total()[all …]
1008 bool totalp = (p[-1] == 't'); in split_keywordspec() local1026 else if (totalp) in split_keywordspec()