Home
last modified time | relevance | path

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

/external/blktrace/
Dstats.h69 mm->sum = cpu_to_be64(mm->sum); in minmax_to_be()
70 mm->sos = cpu_to_be64(mm->sos); in minmax_to_be()
71 mm->min = cpu_to_be64(mm->min); in minmax_to_be()
72 mm->max = cpu_to_be64(mm->max); in minmax_to_be()
73 mm->num = cpu_to_be64(mm->num); in minmax_to_be()
Dblkiomon.h80 bstat->bidir = cpu_to_be64(bstat->bidir); in blkiomon_stat_to_be()
81 bstat->time = cpu_to_be64(bstat->time); in blkiomon_stat_to_be()
Dblktrace.h77 #define cpu_to_be64(x) __bswap_64(x) macro
84 #define cpu_to_be64(x) (x) macro