Searched refs:qht_init (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/util/ |
H A D | qsp.c | 240 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 D | qht.c | 465 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init() function
|
/openbmc/qemu/include/qemu/ |
H A D | qht.h | 59 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems,
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 173 qht_init(&ht, is_equal, 0, mode); in qht_do_test()
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 346 qht_init(&ht, is_equal, qht_n_elems, qht_mode); in htable_init()
|
/openbmc/qemu/plugins/ |
H A D | core.c | 738 qht_init(&plugin.dyn_cb_arr_ht, plugin_dyn_cb_arr_cmp, 16, in plugin_init()
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 63 qht_init(&tb_ctx.htable, tb_cmp, CODE_GEN_HTABLE_SIZE, mode); in tb_htable_init()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 781 qht_init(ht, qpd_cmp_func, 1, QHT_MODE_AUTO_RESIZE); in qpd_table_init() 786 qht_init(ht, qpp_cmp_func, 1, QHT_MODE_AUTO_RESIZE); in qpp_table_init() 791 qht_init(ht, qpf_cmp_func, 1 << 16, QHT_MODE_AUTO_RESIZE); in qpf_table_init()
|