Lines Matching refs:op_num
63 static int exclusive_op(ffsb_op_results_t * results, unsigned int op_num) in exclusive_op() argument
68 if (i == op_num) in exclusive_op()
85 static void print_op_results(unsigned int op_num, ffsb_op_results_t * results, in print_op_results() argument
91 double op_pcnt = 100 * (double)results->ops[op_num] / (double)total_ops; in print_op_results()
92 double weight_pcnt = 100 * (double)results->op_weight[op_num] / in print_op_results()
94 if (ffsb_op_list[op_num].throughput) { in print_op_results()
95 ffsb_printsize(buf, results->bytes[op_num] / runtime, 256); in print_op_results()
99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num], in print_op_results()
104 static void print_op_throughput(unsigned int 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);
189 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num) in do_op() argument
191 ffsb_op_list[op_num].op_fn(ft, fs, op_num); in do_op()