Home | History | Annotate | Download | only in fio

Lines Matching full:__cpu_to_le64

321 	top->rand_seed = __cpu_to_le64(o->rand_seed);
330 top->zipf_theta.u.i = __cpu_to_le64(fio_double_to_uint64(o->zipf_theta.u.f));
331 top->pareto_h.u.i = __cpu_to_le64(fio_double_to_uint64(o->pareto_h.u.f));
393 top->latency_target = __cpu_to_le64(o->latency_target);
394 top->latency_window = __cpu_to_le64(o->latency_window);
395 top->latency_percentile.u.i = __cpu_to_le64(fio_double_to_uint64(o->latency_percentile.u.f));
431 top->size = __cpu_to_le64(o->size);
432 top->io_limit = __cpu_to_le64(o->io_limit);
433 top->verify_backlog = __cpu_to_le64(o->verify_backlog);
434 top->start_delay = __cpu_to_le64(o->start_delay);
435 top->start_delay_high = __cpu_to_le64(o->start_delay_high);
436 top->timeout = __cpu_to_le64(o->timeout);
437 top->ramp_time = __cpu_to_le64(o->ramp_time);
438 top->zone_range = __cpu_to_le64(o->zone_range);
439 top->zone_size = __cpu_to_le64(o->zone_size);
440 top->zone_skip = __cpu_to_le64(o->zone_skip);
441 top->lockmem = __cpu_to_le64(o->lockmem);
442 top->ddir_seq_add = __cpu_to_le64(o->ddir_seq_add);
443 top->file_size_low = __cpu_to_le64(o->file_size_low);
444 top->file_size_high = __cpu_to_le64(o->file_size_high);
445 top->start_offset = __cpu_to_le64(o->start_offset);
446 top->trim_backlog = __cpu_to_le64(o->trim_backlog);
447 top->offset_increment = __cpu_to_le64(o->offset_increment);
448 top->number_ios = __cpu_to_le64(o->number_ios);
451 top->percentile_list[i].u.i = __cpu_to_le64(fio_double_to_uint64(o->percentile_list[i].u.f));