Home
last modified time | relevance | path

Searched refs:qht_n_elems (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/bench/
H A Dqht-bench.c69 static size_t qht_n_elems = DEFAULT_QHT_N_ELEMS; variable
276 printf(" initial size hint: %zu\n", qht_n_elems); in pr_params()
346 qht_init(&ht, is_equal, qht_n_elems, qht_mode); in htable_init()
463 qht_n_elems = atol(optarg); in parse_args()
498 qht_n_elems = atol(optarg); in parse_args()