Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dfsutil.c77 static int cachelookups; /* number of cache lookups */ variable
188 numbufs = cachelookups = cachereads = 0; in bufinit()
307 cachelookups++; in getdatablk()
630 if (debug && cachelookups > 0) in ckfini()
632 numbufs, cachereads, cachelookups, in ckfini()
633 (int)(cachereads * 100 / cachelookups)); in ckfini()