OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diskreads
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/fsck_lfs/
utilities.c
60
long
diskreads
, totalreads; /* Disk cache statistics */
variable in typeref:typename:long
/src/sbin/fsck_ext2fs/
utilities.c
84
long
diskreads
, totalreads; /* Disk cache statistics */
variable in typeref:typename:long
151
diskreads
= totalreads = 0;
194
diskreads
++;
302
printf("cache missed %ld of %ld (%d%%)\n",
diskreads
,
303
totalreads, (int)(
diskreads
* 100 / totalreads));
/src/sbin/fsck_ffs/
utilities.c
65
long
diskreads
, totalreads; /* Disk cache statistics */
variable in typeref:typename:long
215
diskreads
++;
340
printf("cache missed %ld of %ld (%d%%)\n",
diskreads
,
341
totalreads, (int)(
diskreads
* 100 / totalreads));
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025