Searched refs:pgwidth (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/systat/ |
H A D | bufcache.c | 82 static u_int nbuf, pgwidth, kbwidth; variable 147 pgwidth, nbuf, kbwidth, bufmem / 1024, in showbufcache() 153 pgwidth, uvmexp.filepages, in showbufcache() 160 pgwidth, uvmexp.execpages, in showbufcache() 167 pgwidth, uvmexp.anonpages, in showbufcache() 174 pgwidth, uvmexp.free, in showbufcache() 227 pgwidth = (int)(floor(log10((double)uvmexp.npages)) + 1); in initbufcache()
|