Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqht.c306 struct qht_bucket *qht_map_to_bucket(const struct qht_map *map, uint32_t hash) in qht_map_to_bucket() function
389 b = qht_map_to_bucket(map, hash); in qht_bucket_lock__no_stale()
401 b = qht_map_to_bucket(map, hash); in qht_bucket_lock__no_stale()
605 b = qht_map_to_bucket(map, hash); in qht_lookup_custom()
911 struct qht_bucket *b = qht_map_to_bucket(new, hash); in qht_map_copy()