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

  /src/sys/sys/
vmmeter.h 41 int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */ member in struct:vmtotal
  /src/sys/uvm/
uvm_meter.c 339 totalp->t_dw++;
  /src/usr.bin/systat/
vmstat.c 437 putint(Total->t_dw, PROCSROW + 1, PROCSCOL + 6, 3);
  /src/usr.bin/vmstat/
vmstat.c 706 (void)printf("%2d ", total.t_dw);
795 PRWORD(ovflw, " %*d", 2, 1, total.t_dw + total.t_pw);

Completed in 37 milliseconds