Searched refs:__le64_to_cpu (Results 1 – 4 of 4) sorted by relevance
189 #define __le64_to_cpu(x) (x) macro196 #define __le64_to_cpu(x) fio_swap64(x) macro211 __le64_to_cpu(val); \
31 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
334 pdu.flags = __le64_to_cpu(FIO_PROBE_FLAG_ZLIB); in probe_client()902 agg->max_util.u.f = fio_uint64_to_double(__le64_to_cpu(agg->max_util.u.i)); in convert_agg()