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

  /external/fio/
stat.h 42 * FIO_IO_U_PLAT_NR is the total number of buckets.
111 #define FIO_IO_U_PLAT_NR (FIO_IO_U_PLAT_GROUP_NR * FIO_IO_U_PLAT_VAL)
160 uint32_t io_u_plat[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR];
stat.c 75 idx = (base + offset) < (FIO_IO_U_PLAT_NR - 1) ?
76 (base + offset) : (FIO_IO_U_PLAT_NR - 1);
89 assert(idx < FIO_IO_U_PLAT_NR);
153 for (i = 0; i < FIO_IO_U_PLAT_NR && !is_last; i++) {
1135 for (m = 0; m < FIO_IO_U_PLAT_NR; m++) {
    [all...]
client.c 777 for (j = 0; j < FIO_IO_U_PLAT_NR; j++)
    [all...]
server.c 1043 for (j = 0; j < FIO_IO_U_PLAT_NR; j++)
    [all...]

Completed in 283 milliseconds