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

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.c 26 ffsb_op_t ffsb_op_list[] = { {0, "read", ffsb_readfile, READ, fop_bench, NULL} variable
94 if (ffsb_op_list[op_num].throughput) {
99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num],
107 if (ffsb_op_list[op_num].op_exl_print_fn != NULL)
108 ffsb_op_list[op_num].op_exl_print_fn(results, runtime, op_num);
149 return ffsb_op_list[opnum].op_name;
156 ffsb_op_list[i].op_bench(fs, i);
163 if (ffsb_op_list[i].op_age)
164 ffsb_op_list[i].op_age(fs, i);
171 if (!strcmp(opname, ffsb_op_list[i].op_name)
    [all...]
ffsb_op.h 65 extern ffsb_op_t ffsb_op_list[];

Completed in 585 milliseconds