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

  /external/fio/
io_u.c 333 (td->o.file_service_type & __FIO_FSERVICE_NONUNIFORM)) {
1090 if (td->o.file_service_type == FIO_FSERVICE_RANDOM) {
1099 if (td->o.file_service_type == FIO_FSERVICE_ZIPF)
1101 else if (td->o.file_service_type == FIO_FSERVICE_PARETO)
1103 else if (td->o.file_service_type == FIO_FSERVICE_GAUSS)
1106 log_err("fio: bad file service type: %d\n", td->o.file_service_type);
1225 if (td->o.file_service_type == FIO_FSERVICE_SEQ)
1231 if (td->o.file_service_type == FIO_FSERVICE_RR ||
1232 td->o.file_service_type == FIO_FSERVICE_SEQ)
1280 if (td->o.file_service_type & __FIO_FSERVICE_NONUNIFORM
    [all...]
thread_options.h 210 unsigned int file_service_type; member in struct:thread_options
480 uint32_t file_service_type; member in struct:thread_options_pack
cconv.c 244 o->file_service_type = le32_to_cpu(top->file_service_type);
430 top->file_service_type = cpu_to_le32(o->file_service_type);
init.c 895 if (td->o.file_service_type == FIO_FSERVICE_ZIPF) {
898 } else if (td->o.file_service_type == FIO_FSERVICE_PARETO) {
901 } else if (td->o.file_service_type == FIO_FSERVICE_GAUSS) {
928 if (td->o.file_service_type == FIO_FSERVICE_RANDOM)
930 else if (td->o.file_service_type & __FIO_FSERVICE_NONUNIFORM)
    [all...]
options.c 735 switch (td->o.file_service_type) {
756 log_err("fio: bad file service type: %d\n", td->o.file_service_type);
772 switch (td->o.file_service_type) {
    [all...]

Completed in 94 milliseconds