Searched refs:qht_insert (Results 1 – 5 of 5) 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 | 694 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert() function
|