Searched refs:ffsb_op_list (Results 1 – 2 of 2) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | 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) { in print_op_results() 99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num], in print_op_results() 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; in op_get_name() 156 ffsb_op_list[i].op_bench(fs, i); in ops_setup_bench() 163 if (ffsb_op_list[i].op_age) in ops_setup_age() 164 ffsb_op_list[i].op_age(fs, i); in ops_setup_age() 171 if (!strcmp(opname, ffsb_op_list[i].op_name)) in ops_find_op() [all …]
|
D | ffsb_op.h | 65 extern ffsb_op_t ffsb_op_list[];
|