Home
last modified time | relevance | path

Searched refs:qht_remove (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qht.c53 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 Dqht.h136 bool qht_remove(struct qht *ht, const void *p, uint32_t hash);
/openbmc/qemu/tests/bench/
H A Dqht-bench.c195 removed = qht_remove(&ht, p, hash); in do_rw()
/openbmc/qemu/util/
H A Dqsp.c563 bool removed = qht_remove(ht, new, hash); in qsp_iter_diff()
H A Dqht.c807 bool qht_remove(struct qht *ht, const void *p, uint32_t hash) in qht_remove() function
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c922 if (!qht_remove(&tb_ctx.htable, tb, h)) { in do_tb_phys_invalidate()