Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qht.c93 qht_statistics_init(&ht, &stats); in check()
112 qht_statistics_init(&ht, &stats); in check_n()
/openbmc/qemu/include/qemu/
H A Dqht.h214 void qht_statistics_init(const struct qht *ht, struct qht_stats *stats);
/openbmc/qemu/accel/tcg/
H A Dmonitor.c185 qht_statistics_init(&tb_ctx.htable, &hst); in dump_exec_info()
/openbmc/qemu/util/
H A Dqht.c972 void qht_statistics_init(const struct qht *ht, struct qht_stats *stats) in qht_statistics_init() function