Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dmonitor.c61 if (!hst.head_buckets) { in print_qht_statistics()
66 hst.used_head_buckets, hst.head_buckets, in print_qht_statistics()
68 hst.head_buckets * 100); in print_qht_statistics()
/openbmc/qemu/include/qemu/
H A Dqht.h38 size_t head_buckets; member
/openbmc/qemu/tests/unit/
H A Dtest-qht.c97 g_assert_cmpuint(stats.head_buckets, >, 0); in check()
/openbmc/qemu/util/
H A Dqht.c985 stats->head_buckets = 0; in qht_statistics_init()
988 stats->head_buckets = map->n_buckets; in qht_statistics_init()