Home
last modified time | relevance | path

Searched refs:qht_insert (Results 1 – 8 of 8) sorted by relevance

/qemu/tests/unit/
H A Dtest-qht.c36 inserted = qht_insert(&ht, &arr[i], hash, NULL); in insert()
38 inserted = qht_insert(&ht, &arr[i], hash, &existing); in insert()
/qemu/include/qemu/
H A Dqht.h88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing);
/qemu/tests/bench/
H A Dqht-bench.c184 written = qht_insert(&ht, p, hash, NULL); in do_rw()
360 if (qht_insert(&ht, p, hash, NULL)) { in htable_init()
/qemu/util/
H A Dqsp.c279 qht_insert(&qsp_callsite_ht, callsite, hash, &existing); in qsp_callsite_find()
298 qht_insert(ht, e, hash, &existing); in qsp_entry_create()
H A Dqht.c695 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert() function
/qemu/plugins/
H A Dloader.c76 inserted = qht_insert(&plugin.dyn_cb_arr_ht, arr, hash, NULL); in qemu_plugin_add_dyn_cb_arr()
/qemu/accel/tcg/
H A Dtb-maint.c989 qht_insert(&tb_ctx.htable, tb, h, &existing_tb); in tb_link_page()
/qemu/hw/9pfs/
H A D9p.c821 qht_insert(&pdu->s->qpd_table, val, hash, NULL); in qid_inode_prefix_hash_bits()
874 qht_insert(&pdu->s->qpf_table, val, hash, NULL); in qid_path_fullmap()
947 qht_insert(&pdu->s->qpp_table, val, hash, NULL); in qid_path_suffixmap()