Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqht.h173 bool qht_resize(struct qht *ht, size_t n_elems);
/openbmc/qemu/tests/unit/
H A Dtest-qht.c193 qht_resize(&ht, init_entries * 4 + 4); in qht_do_test()
/openbmc/qemu/tests/bench/
H A Dqht-bench.c147 resized = qht_resize(&ht, size); in do_rz()
/openbmc/qemu/util/
H A Dqht.c953 bool qht_resize(struct qht *ht, size_t n_elems) in qht_resize() function