Searched refs:qht_remove (Results 1 – 6 of 6) 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 | 807 bool qht_remove(struct qht *ht, const void *p, uint32_t hash) in qht_remove() function
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 922 if (!qht_remove(&tb_ctx.htable, tb, h)) { in do_tb_phys_invalidate()
|