Searched refs:qht_insert (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 36 inserted = qht_insert(&ht, &arr[i], hash, NULL); in insert() 38 inserted = qht_insert(&ht, &arr[i], hash, &existing); in insert()
|
/openbmc/qemu/include/qemu/ |
H A D | qht.h | 88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing);
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 184 written = qht_insert(&ht, p, hash, NULL); in do_rw() 360 if (qht_insert(&ht, p, hash, NULL)) { in htable_init()
|
/openbmc/qemu/util/ |
H A D | qsp.c | 279 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 D | qht.c | 695 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert() function
|
/openbmc/qemu/plugins/ |
H A D | loader.c | 77 inserted = qht_insert(&plugin.dyn_cb_arr_ht, arr, hash, NULL); in qemu_plugin_add_dyn_cb_arr()
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 989 qht_insert(&tb_ctx.htable, tb, h, &existing_tb); in tb_link_page()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 821 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()
|