Searched refs:op_num (Results 1 – 4 of 4) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_op.c | 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) [all …]
|
D | fileops.h | 42 void ffsb_read_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 43 void ffsb_write_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 44 void ffsb_create_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 45 void ffsb_append_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
|
D | ffsb_op.h | 40 unsigned op_num); 44 unsigned int op_num); 100 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num);
|
/external/mksh/src/ |
D | funcs.c | 188 Test_op op_num; member 2741 return (tbl->op_num); in test_isop()
|