Home | History | Annotate | Download | only in aiostress

Lines Matching refs:num_files

247     int num_files;
930 int num_files, int depth,
933 size_t bytes = num_files * depth * sizeof(*t->ios);
942 for (i = 0 ; i < depth * num_files; i++) {
966 t->events = malloc(sizeof(struct io_event) * depth * num_files);
971 memset(t->events, 0, num_files * sizeof(struct io_event)*depth);
973 t->num_global_ios = num_files * depth;
994 int setup_shared_mem(int num_threads, int num_files, int depth,
1002 total_ram = num_files * depth * padded_reclen + num_threads;
1171 if (t->stage_mb_trans && t->num_files > 0) {
1311 int num_files = 0;
1412 num_files = ac - optind;
1414 if (num_threads > (num_files * num_contexts)) {
1415 num_threads = num_files * num_contexts;
1431 max_io_submit = num_files * io_iter * num_contexts;
1463 num_threads, num_files, num_contexts,
1483 t[thread_index].num_files++;
1486 if (setup_shared_mem(num_threads, num_files * num_contexts,
1492 if (setup_ious(&t[i], t[i].num_files, depth, rec_len, max_io_submit))