Home
last modified time | relevance | path

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

/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp79 … 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()
157 perf.read_ios = ((unsigned long long)SEC_TO_MSEC * in get_disk_perf()
166 perf.write_ios = ((unsigned long long)SEC_TO_MSEC * in get_disk_perf()
/aosp14/system/core/storaged/include/
H A Dstoraged.h43 #define SEC_TO_MSEC ( 1000 ) macro