OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccumulate
(Results
1 - 2
of
2
) sorted by null
/system/core/storaged/
storaged.cpp
37
struct disk_perf perf = get_disk_perf(&
mAccumulate
);
39
log_event_disk_stats(&
mAccumulate
, "regular");
41
memset(&
mAccumulate
, 0, sizeof(struct disk_stats));
48
add_disk_stats(&inc, &
mAccumulate
);
53
// log_kernel_disk_stats(&
mAccumulate
, "accumulated stats");
109
add_disk_stats(&inc, &
mAccumulate
);
114
struct disk_perf acc_perf = get_disk_perf(&
mAccumulate
);
116
log_event_disk_stats(&
mAccumulate
, "stalled");
118
memset(&
mAccumulate
, 0, sizeof(
mAccumulate
));
[
all
...]
/system/core/storaged/include/
storaged.h
165
struct disk_stats
mAccumulate
;
212
struct disk_stats
mAccumulate
;
216
memset(&
mAccumulate
, 0, sizeof(struct disk_stats));
Completed in 214 milliseconds