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

  /external/fio/
stat.h 109 #define FIO_IO_U_PLAT_VAL (1 << FIO_IO_U_PLAT_BITS)
111 #define FIO_IO_U_PLAT_NR (FIO_IO_U_PLAT_GROUP_NR * FIO_IO_U_PLAT_VAL)
stat.c 72 offset = (FIO_IO_U_PLAT_VAL - 1) & (val >> error_bits);
93 if (idx < (FIO_IO_U_PLAT_VAL << 1))
101 k = idx % FIO_IO_U_PLAT_VAL;
    [all...]

Completed in 36 milliseconds