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

  /src/usr.bin/systat/
iostat.c 254 double atime, dtime, rwords, wwords; local in function:stats
269 wwords = cur.wbytes[dn] / 1024.0;
272 rwords += wwords;
282 wwords / dtime, cur.wxfer[dn] / dtime);
292 histogram(wwords / dtime, 50, 0.5);
iostat.c 254 double atime, dtime, rwords, wwords; local in function:stats
269 wwords = cur.wbytes[dn] / 1024.0;
272 rwords += wwords;
282 wwords / dtime, cur.wxfer[dn] / dtime);
292 histogram(wwords / dtime, 50, 0.5);

Completed in 116 milliseconds