Home
last modified time | relevance | path

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

/qemu/tests/bench/
H A Dqht-bench.c171 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()
/qemu/include/qemu/
H A Dqht.h118 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash);
/qemu/util/
H A Dqsp.c273 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 Dqht.c619 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash) in qht_lookup() function
/qemu/tests/unit/
H A Dtest-qht.c85 p = qht_lookup(&ht, &val, hash); in check()
/qemu/hw/9pfs/
H A D9p.c815 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()