Searched refs:ffsb_tg_t (Results 1 – 6 of 6) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_tg.h | 103 } ffsb_tg_t; typedef 108 void init_ffsb_tg(ffsb_tg_t *tg, unsigned num_threads, unsigned tg_num); 109 void destroy_ffsb_tg(ffsb_tg_t *tg); 118 ffsb_tg_t *tg; 135 void tg_print_config(ffsb_tg_t *tg); 136 void tg_print_config_aging(ffsb_tg_t *tg, char *fsname); 139 void tg_collect_results(ffsb_tg_t *tg, ffsb_op_results_t *res); 142 void tg_collect_stats(ffsb_tg_t *tg, ffsb_statsd_t *totals); 146 void tg_set_statsc(ffsb_tg_t *tg, ffsb_statsc_t *fsc); 148 void tg_set_bindfs(ffsb_tg_t *tg, int fsnum); [all …]
|
D | ffsb_tg.c | 26 void init_ffsb_tg(ffsb_tg_t * tg, unsigned num_threads, unsigned tg_num) in init_ffsb_tg() 29 memset(tg, 0, sizeof(ffsb_tg_t)); in init_ffsb_tg() 42 void destroy_ffsb_tg(ffsb_tg_t * tg) in destroy_ffsb_tg() 55 ffsb_tg_t *tg = params->tg; in tg_run() 98 void tg_get_op(ffsb_tg_t * tg, randdata_t * rd, tg_op_params_t * params) in tg_get_op() 124 void tg_set_op_weight(ffsb_tg_t * tg, char *opname, unsigned weight) in tg_set_op_weight() 131 unsigned tg_get_op_weight(ffsb_tg_t * tg, char *opname) in tg_get_op_weight() 138 void tg_set_bindfs(ffsb_tg_t * tg, int fsnum) in tg_set_bindfs() 143 int tg_get_bindfs(ffsb_tg_t * tg) in tg_get_bindfs() 148 unsigned tg_get_numthreads(ffsb_tg_t * tg) in tg_get_numthreads() [all …]
|
D | ffsb_fc.c | 43 fc->groups = ffsb_malloc(sizeof(ffsb_tg_t) * num_tg); in init_ffsb_config() 47 void init_ffsb_config_1fs(ffsb_config_t * fc, ffsb_fs_t * fs, ffsb_tg_t * tg) in init_ffsb_config_1fs()
|
D | parser.c | 617 void set_weight(ffsb_tg_t * tg, config_options_t * config) in set_weight() 638 int get_weight_total(ffsb_tg_t * tg) in get_weight_total() 666 static int verify_tg(ffsb_tg_t * tg) in verify_tg() 810 ffsb_tg_t * tg, int tg_num) in init_threadgroup() 813 memset(tg, 0, sizeof(ffsb_tg_t)); in init_threadgroup() 918 ffsb_tg_t *age_tg = ffsb_malloc(sizeof(ffsb_tg_t)); in init_filesys() 1028 fc->groups = ffsb_malloc(sizeof(ffsb_tg_t) * fc->num_threadgroups); in init_config()
|
D | main.c | 189 ffsb_tg_t *tg = fc.groups + i; in main()
|
D | ffsb_fs.c | 385 ffsb_tg_t *tg = fs_get_aging_tg(fs); in age_fs()
|