Searched refs:qht_remove (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-qht.c | 53 g_assert_true(qht_remove(&ht, &arr[i], hash)); in do_rm() 55 g_assert_false(qht_remove(&ht, &arr[i], hash)); in do_rm()
|
| /openbmc/qemu/include/qemu/ |
| H A D | qht.h | 136 bool qht_remove(struct qht *ht, const void *p, uint32_t hash);
|
| /openbmc/qemu/tests/bench/ |
| H A D | qht-bench.c | 195 removed = qht_remove(&ht, p, hash); in do_rw()
|
| /openbmc/qemu/util/ |
| H A D | qsp.c | 563 bool removed = qht_remove(ht, new, hash); in qsp_iter_diff()
|
| H A D | qht.c | 806 bool qht_remove(struct qht *ht, const void *p, uint32_t hash) in qht_remove() function
|