Searched refs:init_pct (Results 1 – 1 of 1) sorted by relevance
373 const int64_t init_pct = 5, inc_pct = 25, max_pct = 95; in test_auto_converge() local 382 migrate_set_parameter_int(from, "cpu-throttle-initial", init_pct); in test_auto_converge() 410 /* The first percentage of throttling should be at least init_pct */ in test_auto_converge() 411 g_assert_cmpint(percentage, >=, init_pct); in test_auto_converge()