Searched refs:QSP_INITIAL_SIZE (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | qsp.c | 99 #define QSP_INITIAL_SIZE 64 macro 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()
|