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

  /external/fio/
stat.h 43 * FIO_IO_U_PLAT_NR is the total number of buckets.
112 #define FIO_IO_U_PLAT_NR (FIO_IO_U_PLAT_GROUP_NR * FIO_IO_U_PLAT_VAL)
183 uint32_t io_u_plat[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR];
265 unsigned int io_u_plat[FIO_IO_U_PLAT_NR];
stat.c 91 idx = (base + offset) < (FIO_IO_U_PLAT_NR - 1) ?
92 (base + offset) : (FIO_IO_U_PLAT_NR - 1);
105 assert(idx < FIO_IO_U_PLAT_NR);
169 for (i = 0; i < FIO_IO_U_PLAT_NR && !is_last; i++) {
974 for(i = 0; i < FIO_IO_U_PLAT_NR; i++) {
    [all...]
iolog.c 747 for (j = 0; j < FIO_IO_U_PLAT_NR - stride; j += stride) {
752 hist_sum(FIO_IO_U_PLAT_NR - stride, stride, io_u_plat,
client.c 917 for (j = 0; j < FIO_IO_U_PLAT_NR; j++)
1299 for (j = 0; j < FIO_IO_U_PLAT_NR - stride; j += stride) {
1303 hist_sum(FIO_IO_U_PLAT_NR - stride, stride, io_u_plat, NULL));
    [all...]
server.c     [all...]

Completed in 95 milliseconds