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

  /external/fio/
libfio.c 308 compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list");
314 compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "percentile_list");
stat.h 153 fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN]; member in struct:thread_stat
thread_options.h 206 fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN]; member in struct:thread_options
430 fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN]; member in struct:thread_options_pack
stat.c 407 ts->percentile_list,
638 ts->percentile_list, &ovals, &maxv,
648 log_info(";%f%%=%u", ts->percentile_list[i].u.f, ovals[i]);
738 ts->percentile_list, &ovals, &maxv,
750 snprintf(buf, sizeof(buf), "%f", ts->percentile_list[i].u.f);
    [all...]