HomeSort by: relevance | last modified time | path
    Searched refs:totalp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_meter.c 311 uvm_total(struct vmtotal *totalp)
322 memset(totalp, 0, sizeof *totalp);
338 totalp->t_dw++;
340 totalp->t_sl++;
349 totalp->t_rq++;
373 totalp->t_pw++;
383 totalp->t_free = freepg;
384 totalp->t_vm = uvmexp.npages - freepg + uvmexp.swpginuse;
385 totalp->t_avm = active + uvmexp.swpginuse; /* XXX *
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.c 1008 bool totalp = (p[-1] == 't'); local
1026 else if (totalp)

Completed in 16 milliseconds