Searched refs:orig_cfg (Results 1 – 1 of 1) sorted by relevance
267 ThrottleConfig orig_cfg, final_cfg; in test_config_functions() local269 orig_cfg.buckets[THROTTLE_BPS_TOTAL].avg = 153; in test_config_functions()270 orig_cfg.buckets[THROTTLE_BPS_READ].avg = 56; in test_config_functions()271 orig_cfg.buckets[THROTTLE_BPS_WRITE].avg = 1; in test_config_functions()273 orig_cfg.buckets[THROTTLE_OPS_TOTAL].avg = 150; in test_config_functions()274 orig_cfg.buckets[THROTTLE_OPS_READ].avg = 69; in test_config_functions()275 orig_cfg.buckets[THROTTLE_OPS_WRITE].avg = 23; in test_config_functions()277 orig_cfg.buckets[THROTTLE_BPS_TOTAL].max = 0; in test_config_functions()278 orig_cfg.buckets[THROTTLE_BPS_READ].max = 56; in test_config_functions()279 orig_cfg.buckets[THROTTLE_BPS_WRITE].max = 120; in test_config_functions()[all …]