Home
last modified time | relevance | path

Searched refs:totalp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_meter.c312 uvm_total(struct vmtotal *totalp) in uvm_total() argument
323 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 …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c1008 bool totalp = (p[-1] == 't'); in split_keywordspec() local
1026 else if (totalp) in split_keywordspec()