Searched refs:update_rate (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/ |
| H A D | test-qht-par.c | 11 static void test_qht(int n_threads, int update_rate, int duration) in test_qht() argument 17 n_threads, update_rate, duration); in test_qht()
|
| /openbmc/qemu/tests/bench/ |
| H A D | qht-bench.c | 65 static double update_rate; /* 0.0 to 1.0 */ variable 284 printf(" update rate: %f%%\n", update_rate * 100.0); in pr_params() 334 do_threshold(update_rate, &update_threshold); in htable_init() 507 update_rate = atof(optarg) / 100.0; in parse_args() 508 if (update_rate > 1.0) { in parse_args() 509 update_rate = 1.0; in parse_args()
|
| /openbmc/u-boot/drivers/clk/ |
| H A D | clk-hsdk-cgu.c | 241 int (*update_rate)(struct hsdk_cgu_clk *clk, unsigned long rate, member 252 .update_rate = hsdk_pll_core_update_rate, 257 .update_rate = hsdk_pll_comm_update_rate, 262 .update_rate = hsdk_pll_comm_update_rate, 488 return clk->pll_devdata->update_rate(clk, best_rate, in pll_set()
|