Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqht.c556 void *qht_do_lookup(const struct qht_bucket *head, qht_lookup_func_t func, in qht_do_lookup() function
591 ret = qht_do_lookup(b, func, userp, hash); in qht_lookup__slowpath()
608 ret = qht_do_lookup(b, func, userp, hash); in qht_lookup_custom()