Searched refs:tg_get_op_weight (Results 1 – 3 of 3) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.c | 651 total += tg_get_op_weight(tg, op); in get_weight_total() 668 uint32_t read_weight = tg_get_op_weight(tg, "read"); in verify_tg() 669 uint32_t readall_weight = tg_get_op_weight(tg, "readall"); in verify_tg() 670 uint32_t write_weight = tg_get_op_weight(tg, "write"); in verify_tg() 671 uint32_t create_weight = tg_get_op_weight(tg, "create"); in verify_tg() 672 uint32_t append_weight = tg_get_op_weight(tg, "append"); in verify_tg() 673 uint32_t createdir_weight = tg_get_op_weight(tg, "createdir"); in verify_tg() 674 uint32_t delete_weight = tg_get_op_weight(tg, "delete"); in verify_tg() 675 uint32_t writeall_weight = tg_get_op_weight(tg, "writeall"); in verify_tg() 676 uint32_t writeall_fsync_weight = tg_get_op_weight(tg, "writeall_fsync"); in verify_tg()
|
D | ffsb_tg.h | 154 unsigned tg_get_op_weight(ffsb_tg_t *tg, char *opname);
|
D | ffsb_tg.c | 131 unsigned tg_get_op_weight(ffsb_tg_t * tg, char *opname) in tg_get_op_weight() function
|