Searched defs:ht (Results 1 – 6 of 6) sorted by relevance
/qemu/util/ |
H A D | qht.c | 110 static inline void qht_lock(struct qht *ht) in qht_lock() 119 static inline int qht_trylock(struct qht *ht) in qht_trylock() 128 static inline void qht_unlock(struct qht *ht) in qht_unlock() 338 static inline bool qht_map_is_stale__locked(const struct qht *ht, in qht_map_is_stale__locked() 352 void qht_map_lock_buckets__no_stale(struct qht *ht, struct qht_map **pmap) in qht_map_lock_buckets__no_stale() 381 struct qht_bucket *qht_bucket_lock__no_stale(struct qht *ht, uint32_t hash, in qht_bucket_lock__no_stale() 464 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init() 479 void qht_destroy(struct qht *ht) in qht_destroy() 516 void qht_reset(struct qht *ht) in qht_reset() 525 static inline void qht_do_resize(struct qht *ht, struct qht_map *new) in qht_do_resize() [all …]
|
H A D | qsp.c | 94 struct qht ht; member 289 qsp_entry_create(struct qht *ht, const QSPEntry *entry, uint32_t hash) in qsp_entry_create() 307 qsp_entry_find(struct qht *ht, const QSPEntry *entry, uint32_t hash) in qsp_entry_find() 530 struct qht *ht = up; in qsp_aggregate() local 547 struct qht *ht = htp; in qsp_iter_diff() local 577 struct qht *ht = htp; in qsp_iter_callsite_coalesce() local 601 struct qht ht, coalesce_ht; in qsp_mktree() local
|
/qemu/tests/unit/ |
H A D | test-qht.c | 13 static struct qht ht; variable
|
/qemu/tests/bench/ |
H A D | qht-bench.c | 40 static struct qht ht; variable
|
/qemu/hw/9pfs/ |
H A D | 9p.c | 797 static void qp_table_destroy(struct qht *ht) in qp_table_destroy() 806 static void qpd_table_init(struct qht *ht) in qpd_table_init() 811 static void qpp_table_init(struct qht *ht) in qpp_table_init() 816 static void qpf_table_init(struct qht *ht) in qpf_table_init()
|
/qemu/target/i386/ |
H A D | sev.c | 72 SevHashTable ht; member 1866 SevHashTable *ht; in build_kernel_loader_hashes() local
|