OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_ticks
(Results
1 - 3
of
3
) sorted by null
/system/core/storaged/tests/
storaged_test.cpp
200
retval.
read_ticks
= stats1.
read_ticks
+ stats2.
read_ticks
;
265
.
read_ticks
= 200,
283
.
read_ticks
= 200,
325
EXPECT_LE(stats1.
read_ticks
, stats2.
read_ticks
);
/system/core/storaged/
storaged_utils.cpp
80
if (stats->
read_ticks
) {
81
unsigned long long divisor = stats->
read_ticks
* stats->io_ticks;
226
<< stats->read_sectors << stats->
read_ticks
/system/core/storaged/include/
storaged.h
75
uint64_t
read_ticks
; // total wait time for read requests
member in struct:disk_stats
Completed in 98 milliseconds