Searched refs:kb_base (Results 1 - 11 of 11) sorted by relevance

/external/fio/
H A Dparse.c193 unsigned int kb_base = fio_get_kb_base(data); local
195 unsigned int i, pow = 0, mult = kb_base;
211 /* If kb_base is 1000, use true units.
212 * If kb_base is 1024, use opposite units.
216 if (kb_base == 1000)
218 else if (kb_base == 1024)
222 if (kb_base == 1000)
224 else if (kb_base == 1024)
228 if (kb_base == 1000)
230 else if (kb_base
[all...]
H A Dstat.h12 uint32_t kb_base; member in struct:group_run_stats
209 uint32_t kb_base; member in struct:thread_stat
H A Dstat.c290 const int i2p = is_power_of_2(rs->kb_base);
402 i2p = is_power_of_2(rs->kb_base);
437 double p_of_agg = 100.0, fkb_base = (double)rs->kb_base;
681 const int i2p = is_power_of_2(ts->kb_base);
689 p1 = num2str(bw_mean / ts->kb_base, 4, ts->kb_base, i2p, ts->unit_base);
690 p1alt = num2str(bw_mean / ts->kb_base, 4, ts->kb_base, !i2p, ts->unit_base);
1443 if (!dst->kb_base)
1444 dst->kb_base
[all...]
H A Dthread_options.h59 unsigned int kb_base; member in struct:thread_options
333 uint32_t kb_base; member in struct:thread_options_pack
H A Dcconv.c90 o->kb_base = le32_to_cpu(top->kb_base);
340 top->kb_base = cpu_to_le32(o->kb_base);
H A Doptions.c4231 .name = "kb_base",
4234 .off1 = offsetof(struct thread_options, kb_base),
4851 unsigned int kb_base = 0; local
4858 * kb_base and expects that to be honored by private options,
4863 kb_base = o->kb_base;
4864 if (!kb_base)
4865 kb_base = 1024;
4867 return kb_base;
H A Dclient.c938 dst->kb_base = le32_to_cpu(src->kb_base);
979 dst->kb_base = le32_to_cpu(src->kb_base);
H A Deta.c395 if (is_power_of_2(td->o.kb_base))
H A Dserver.c1440 dst->kb_base = cpu_to_le32(src->kb_base);
1527 p.ts.kb_base = cpu_to_le32(ts->kb_base);
H A Dgclient.c589 i2p = is_power_of_2(o->kb_base);
1166 i2p = is_power_of_2(rs->kb_base);
H A Dinit.c1523 int i2p = is_power_of_2(o->kb_base);

Completed in 470 milliseconds