Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqht.h59 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems,
/openbmc/qemu/util/
H A Dqsp.c240 qht_init(&qsp_ht, qsp_entry_cmp, QSP_INITIAL_SIZE, in qsp_do_init()
242 qht_init(&qsp_callsite_ht, qsp_callsite_cmp, QSP_INITIAL_SIZE, in qsp_do_init()
616 qht_init(&ht, qsp_entry_no_thread_cmp, QSP_INITIAL_SIZE, in qsp_mktree()
628 qht_init(&coalesce_ht, qsp_entry_no_thread_obj_cmp, QSP_INITIAL_SIZE, in qsp_mktree()
802 qht_init(&new->ht, qsp_entry_cmp, QSP_INITIAL_SIZE, in qsp_reset()
H A Dqht.c464 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init() function
/openbmc/qemu/tests/unit/
H A Dtest-qht.c173 qht_init(&ht, is_equal, 0, mode); in qht_do_test()
/openbmc/qemu/tests/bench/
H A Dqht-bench.c346 qht_init(&ht, is_equal, qht_n_elems, qht_mode); in htable_init()