Home
last modified time | relevance | path

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

/openbsd/usr.bin/systat/
H A Diostat.c47 struct bcachestats bclast, bccur; variable
147 bclast = bccur; in read_io()
156 if (bclast.numbufs == 0) in read_io()
157 bclast = bccur; in read_io()
160 memset(&bclast, 0, sizeof(bclast)); in read_io()
290 print_fld_ssize(FLD_IO_SVAL, bccur.cachehits - bclast.cachehits); in showbcache()
294 print_fld_ssize(FLD_IO_SVAL, bccur.highflips - bclast.highflips); in showbcache()
298 print_fld_ssize(FLD_IO_SVAL, bccur.highflops - bclast.highflops); in showbcache()
302 print_fld_ssize(FLD_IO_SVAL, bccur.dmaflips - bclast.dmaflips); in showbcache()