Home
last modified time | relevance | path

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

/system/core/storaged/include/
Dstoraged_utils.h29 struct disk_perf get_disk_perf(struct disk_stats* stats);
/system/core/storaged/
Dstoraged.cpp37 struct disk_perf perf = get_disk_perf(&mAccumulate); in publish()
102 struct disk_perf perf = get_disk_perf(&inc); in update()
114 struct disk_perf acc_perf = get_disk_perf(&mAccumulate); in update()
Dstoraged_utils.cpp75 struct disk_perf get_disk_perf(struct disk_stats* stats) { in get_disk_perf() function