Searched refs:__cpu_to_le64 (Results 1 – 5 of 5) sorted by relevance
329 top->rand_seed = __cpu_to_le64(o->rand_seed); in convert_thread_options_to_net()340 top->zipf_theta.u.i = __cpu_to_le64(fio_double_to_uint64(o->zipf_theta.u.f)); in convert_thread_options_to_net()341 top->pareto_h.u.i = __cpu_to_le64(fio_double_to_uint64(o->pareto_h.u.f)); in convert_thread_options_to_net()400 top->latency_target = __cpu_to_le64(o->latency_target); in convert_thread_options_to_net()401 top->latency_window = __cpu_to_le64(o->latency_window); in convert_thread_options_to_net()402 top->latency_percentile.u.i = __cpu_to_le64(fio_double_to_uint64(o->latency_percentile.u.f)); in convert_thread_options_to_net()439 top->size = __cpu_to_le64(o->size); in convert_thread_options_to_net()440 top->io_limit = __cpu_to_le64(o->io_limit); in convert_thread_options_to_net()441 top->verify_backlog = __cpu_to_le64(o->verify_backlog); in convert_thread_options_to_net()442 top->start_delay = __cpu_to_le64(o->start_delay); in convert_thread_options_to_net()[all …]
694 probe.flags = __cpu_to_le64(FIO_PROBE_FLAG_ZLIB); in handle_probe_cmd()1032 pdu->log_sec = __cpu_to_le64(tv.tv_sec); in fio_server_text_output()1033 pdu->log_usec = __cpu_to_le64(tv.tv_usec); in fio_server_text_output()
195 #define __cpu_to_le64(x) (x) macro202 #define __cpu_to_le64(x) fio_swap64(x) macro231 __cpu_to_le64(val); \
30 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) macro
30 #define __cpu_to_le64(x) ((__force __le64)__swab64((x))) macro