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

  /src/usr.bin/systat/
bufcache.c 82 static u_int nbuf, pgwidth, kbwidth; variable in typeref:typename:u_int
147 pgwidth, nbuf, kbwidth, bufmem / 1024,
153 pgwidth, uvmexp.filepages,
160 pgwidth, uvmexp.execpages,
167 pgwidth, uvmexp.anonpages,
174 pgwidth, uvmexp.free,
227 pgwidth = (int)(floor(log10((double)uvmexp.npages)) + 1);

Completed in 10 milliseconds