Searched refs:FIO_IO_U_PLAT_VAL (Results 1 – 3 of 3) sorted by relevance
135 def _plat_idx_to_val(idx, edge=0.5, FIO_IO_U_PLAT_BITS=6, FIO_IO_U_PLAT_VAL=64): argument148 if (idx < (FIO_IO_U_PLAT_VAL << 1)):156 k = idx % FIO_IO_U_PLAT_VAL
110 #define FIO_IO_U_PLAT_VAL (1 << FIO_IO_U_PLAT_BITS) macro112 #define FIO_IO_U_PLAT_NR (FIO_IO_U_PLAT_GROUP_NR * FIO_IO_U_PLAT_VAL)
88 offset = (FIO_IO_U_PLAT_VAL - 1) & (val >> error_bits); in plat_val_to_idx()109 if (idx < (FIO_IO_U_PLAT_VAL << 1)) in plat_idx_to_val()117 k = idx % FIO_IO_U_PLAT_VAL; in plat_idx_to_val()