Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_diskstats.cpp82 … stats->end_time = (uint64_t)ts.tv_sec * SEC_TO_MSEC + ts.tv_nsec / (MSEC_TO_USEC * USEC_TO_NSEC); in init_disk_stats_other()
169 perf.read_ios = ((unsigned long long)SEC_TO_MSEC * in get_disk_perf()
178 perf.write_ios = ((unsigned long long)SEC_TO_MSEC * in get_disk_perf()
/system/core/storaged/include/
Dstoraged.h42 #define SEC_TO_MSEC ( 1000 ) macro