Home
last modified time | relevance | path

Searched refs:physreadsize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/dump/
H A Drcache.c89 static int64_t physreadsize; variable
202 physreadsize += size; in rawread()
442 physreadsize += rsize; in bread()
471 (u_int) physreadsize, (nreads - nphysread) * 100 / nreads, in printcachestats()
472 (int) (((physreadsize - readsize) * 100) / readsize)); in printcachestats()