Searched refs:qht_lookup (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 171 read = qht_lookup(&ht, p, hash); in do_rw() 183 if (qht_lookup(&ht, p, hash) == NULL) { in do_rw() 194 if (qht_lookup(&ht, p, hash)) { in do_rw()
|
/openbmc/qemu/include/qemu/ |
H A D | qht.h | 118 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash);
|
/openbmc/qemu/util/ |
H A D | qsp.c | 273 callsite = qht_lookup(&qsp_callsite_ht, orig, hash); in qsp_callsite_find() 311 e = qht_lookup(ht, entry, hash); in qsp_entry_find() 551 new = qht_lookup(ht, old, hash); in qsp_iter_diff() 583 e = qht_lookup(ht, old, hash); in qsp_iter_callsite_coalesce()
|
H A D | qht.c | 619 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash) in qht_lookup() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 85 p = qht_lookup(&ht, &val, hash); in check()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 815 val = qht_lookup(&pdu->s->qpd_table, &lookup, hash); in qid_inode_prefix_hash_bits() 853 val = qht_lookup(&pdu->s->qpf_table, &lookup, hash); in qid_path_fullmap() 930 val = qht_lookup(&pdu->s->qpp_table, &lookup, hash); in qid_path_suffixmap()
|