Home
last modified time | relevance | path

Searched refs:qht_iter_remove (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqht.h201 void qht_iter_remove(struct qht *ht, qht_iter_bool_func_t func, void *userp);
/openbmc/qemu/tests/unit/
H A Dtest-qht.c151 qht_iter_remove(&ht, rm_mod_func, &mod); in iter_rm_mod()
/openbmc/qemu/util/
H A Dqht.c890 void qht_iter_remove(struct qht *ht, qht_iter_bool_func_t func, void *userp) in qht_iter_remove() function