Searched refs:cpu_to_be64 (Results 1 – 3 of 3) sorted by relevance
69 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()
80 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()
77 #define cpu_to_be64(x) __bswap_64(x) macro84 #define cpu_to_be64(x) (x) macro