HomeSort by relevance Sort by last modified time
    Searched refs:FIO_IO_U_PLAT_VAL (Results 1 - 3 of 3) sorted by null

  /external/fio/
stat.h 110 #define FIO_IO_U_PLAT_VAL (1 << FIO_IO_U_PLAT_BITS)
112 #define FIO_IO_U_PLAT_NR (FIO_IO_U_PLAT_GROUP_NR * FIO_IO_U_PLAT_VAL)
stat.c 88 offset = (FIO_IO_U_PLAT_VAL - 1) & (val >> error_bits);
109 if (idx < (FIO_IO_U_PLAT_VAL << 1))
117 k = idx % FIO_IO_U_PLAT_VAL;
    [all...]
  /external/fio/tools/hist/
fiologparser_hist.py 135 def _plat_idx_to_val(idx, edge=0.5, FIO_IO_U_PLAT_BITS=6, FIO_IO_U_PLAT_VAL=64):
148 if (idx < (FIO_IO_U_PLAT_VAL << 1)):
156 k = idx % FIO_IO_U_PLAT_VAL

Completed in 230 milliseconds