Searched refs:qht_init (Results 1 – 5 of 5) sorted by relevance
| /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/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 | 464 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 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()
|