Home | History | Annotate | Download | only in fio

Lines Matching refs:fio_uint64_to_double

817 	dst->mean.u.f	= fio_uint64_to_double(le64_to_cpu(dst->mean.u.i));
818 dst->S.u.f = fio_uint64_to_double(le64_to_cpu(dst->S.u.i));
851 fpd->u.f = fio_uint64_to_double(le64_to_cpu(fps->u.i));
893 dst->latency_percentile.u.f = fio_uint64_to_double(le64_to_cpu(src->latency_percentile.u.i));
994 agg->max_util.u.f = fio_uint64_to_double(le64_to_cpu(agg->max_util.u.i));