Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqht.c88 #define QHT_BUCKET_ENTRIES 6 macro
90 #define QHT_BUCKET_ENTRIES 4 macro
147 uint32_t hashes[QHT_BUCKET_ENTRIES];
148 void *pointers[QHT_BUCKET_ENTRIES];
212 for (i = 0; i < QHT_BUCKET_ENTRIES; i++) { in qht_bucket_debug__locked()
249 return pow2ceil(n_elems / QHT_BUCKET_ENTRIES); in qht_elems_to_buckets()
493 for (i = 0; i < QHT_BUCKET_ENTRIES; i++) { in qht_bucket_reset__locked()
563 for (i = 0; i < QHT_BUCKET_ENTRIES; i++) { in qht_do_lookup()
638 for (i = 0; i < QHT_BUCKET_ENTRIES; i++) { in qht_insert__locked()
724 if (pos == QHT_BUCKET_ENTRIES - 1) { in qht_entry_is_last()
[all …]